RecurringDayTransitionType Members
Include Protected Members
Include Inherited Members
The RecurringDayTransitionType class defines a time zone transition that occurs on the same day each year.
The RecurringDayTransitionType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RecurringDayTransitionType | The RecurringDayTransitionType constructor initializes a new instance of the RecurringDayTransitionType class. |
Top
Properties
Name | Description | |
---|---|---|
DayOfWeek | The DayOfWeek property gets or sets the day of the week 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.) | |
Occurrence | The Occurrence property gets or sets the day of the week in the month that 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. (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