Share via


RecurringDateTransitionType Members

Include Protected Members
Include Inherited Members

The RecurringDateTransitionType class defines a time zone transition that occurs on a specific date each year.

The RecurringDateTransitionType type exposes the following members.

Constructors

  Name Description
Public method RecurringDateTransitionType The RecurringDateTransitionType constructor initializes a new instance of the RecurringDateTransitionType class.

Top

Properties

  Name Description
Public property Day The Day property gets or sets the day of the month on which the time zone transition occurs.
Public property Month The Month property gets or sets the month in which the time zone transition occurs. (Inherited from RecurringTimeTransitionType.)
Public property TimeOffset The TimeOffset property gets or sets the duration offset from the Coordinated Universal Time (UTC) for the time zone transition. (Inherited from RecurringTimeTransitionType.)
Public property To The To property gets or sets the unique identifier that corresponds to the period or transitions group that is the target of the time zone transition. (Inherited from TransitionType.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top