RecurringTimeTransitionType Class

Definition

The RecurringTimeTransitionType class is the base class for derived classes RecurringDateTransitionType and RecurringDayTransitionType that represent time zone transitions.

public ref class RecurringTimeTransitionType abstract : ExchangeWebServices::TransitionType
public abstract class RecurringTimeTransitionType : ExchangeWebServices.TransitionType
Public MustInherit Class RecurringTimeTransitionType
Inherits TransitionType
Inheritance
RecurringTimeTransitionType
Derived

Constructors

RecurringTimeTransitionType()

The RecurringTimeTransitionType constructor initializes a new instance of the RecurringTimeTransitionType class.

Properties

Month

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

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)

Applies to