TimeZoneDefinitionType.TransitionsGroups 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 TransitionsGroups property gets or sets the array of time zone transitions groups that define the time zone.
public:
property cli::array <ExchangeWebServices::ArrayOfTransitionsType ^> ^ TransitionsGroups { cli::array <ExchangeWebServices::ArrayOfTransitionsType ^> ^ get(); void set(cli::array <ExchangeWebServices::ArrayOfTransitionsType ^> ^ value); };
public ExchangeWebServices.ArrayOfTransitionsType[] TransitionsGroups { get; set; }
Public Property TransitionsGroups As ArrayOfTransitionsType()
Property Value
The value of the TransitionsGroups property is an ArrayOfTransitionsType object.