TimeZoneDefinitionType.TransitionsGroups Property
The TransitionsGroups property gets or sets the array of time zone transitions groups that define the time zone.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property TransitionsGroups As ArrayOfTransitionsType()
Get
Set
'Usage
Dim instance As TimeZoneDefinitionType
Dim value As ArrayOfTransitionsType()
value = instance.TransitionsGroups
instance.TransitionsGroups = value
public ArrayOfTransitionsType[] TransitionsGroups { get; set; }
Property Value
Type: []
The value of the TransitionsGroups property is an ArrayOfTransitionsType object.
See Also