RecurringTimeTransitionType Class

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

Inheritance Hierarchy

System.Object
  ExchangeWebServices.TransitionType
    ExchangeWebServices.RecurringTimeTransitionType
      ExchangeWebServices.RecurringDateTransitionType
      ExchangeWebServices.RecurringDayTransitionType

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class RecurringTimeTransitionType _
    Inherits TransitionType
'Usage
Dim instance As RecurringTimeTransitionType
[SerializableAttribute]
public abstract class RecurringTimeTransitionType : TransitionType

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.