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