TimeZoneDefinitionType.Transitions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Transitions property gets or sets the array of transitions that define the time zone.
public:
property ExchangeWebServices::ArrayOfTransitionsType ^ Transitions { ExchangeWebServices::ArrayOfTransitionsType ^ get(); void set(ExchangeWebServices::ArrayOfTransitionsType ^ value); };
public ExchangeWebServices.ArrayOfTransitionsType Transitions { get; set; }
Public Property Transitions As ArrayOfTransitionsType
Property Value
The value of the Transitions property is an ArrayOfTransitionsType object that contains the transitions that define the time zone.