RecurringDayTransitionType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The RecurringDayTransitionType class defines a time zone transition that occurs on the same day each year.
public ref class RecurringDayTransitionType : ExchangeWebServices::RecurringTimeTransitionType
public class RecurringDayTransitionType : ExchangeWebServices.RecurringTimeTransitionType
Public Class RecurringDayTransitionType
Inherits RecurringTimeTransitionType
- Inheritance
Constructors
RecurringDayTransitionType() |
The RecurringDayTransitionType constructor initializes a new instance of the RecurringDayTransitionType class. |
Properties
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) |