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

Top

Properties

  Name Description
Public property Month The Month property gets or sets the month in which 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.
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