Share via


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
Public method RecurringDayTransitionType The RecurringDayTransitionType constructor initializes a new instance of the RecurringDayTransitionType class.

Top

Properties

  Name Description
Public property DayOfWeek The DayOfWeek property gets or sets the day of the week 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 Occurrence The Occurrence property gets or sets the day of the week in the month that the time zone transition occurs.
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