ArrayOfTransitionsType.Items Property
The Items property gets or sets an array of time zone transitions.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Items As TransitionType()
Get
Set
'Usage
Dim instance As ArrayOfTransitionsType
Dim value As TransitionType()
value = instance.Items
instance.Items = value
public TransitionType[] Items { get; set; }
Property Value
Type: []
The value of the Items property is an array of time zone transitions. The time zone transitions can be TransitionType, AbsoluteDateTransitionType, RecurringDateTransitionType, or RecurringDayTransitionType objects.
See Also