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 | |
---|---|---|
RecurringDateTransitionType | The RecurringDateTransitionType constructor initializes a new instance of the RecurringDateTransitionType class. |
Top
Properties
Name | Description | |
---|---|---|
Day | The Day property gets or sets the day of the month on which the time zone transition occurs. | |
Month | The Month property gets or sets the month in which the time zone transition occurs. (Inherited from RecurringTimeTransitionType.) | |
TimeOffset | The TimeOffset property gets or sets the duration offset from the Coordinated Universal Time (UTC) for the time zone transition. (Inherited from RecurringTimeTransitionType.) | |
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