Share via


TimeZoneDefinitionType.Transitions Property

The Transitions property gets or sets the array of transitions that define the time zone.

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

Syntax

'Declaration
Public Property Transitions As ArrayOfTransitionsType
    Get
    Set
'Usage
Dim instance As TimeZoneDefinitionType
Dim value As ArrayOfTransitionsType

value = instance.Transitions

instance.Transitions = value
public ArrayOfTransitionsType Transitions { get; set; }

Property Value

Type: ExchangeWebServices.ArrayOfTransitionsType
The value of the Transitions property is an ArrayOfTransitionsType object that contains the transitions that define the time zone.