RecurringTimeTransitionType Members
Include Protected Members
Include Inherited Members
The RecurringTimeTransitionType class is the base class for derived classes RecurringDateTransitionType and RecurringDayTransitionType that represent time zone transitions.
The RecurringTimeTransitionType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RecurringTimeTransitionType | The RecurringTimeTransitionType constructor initializes a new instance of the RecurringTimeTransitionType class. |
Top
Properties
Name | Description | |
---|---|---|
Month | The Month property gets or sets the month in which the time zone transition occurs. | |
TimeOffset | The TimeOffset property gets or sets the duration offset from the Coordinated Universal Time (UTC) for the time zone transition. | |
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