TimeZoneDefinitionType.Periods Property

Definition

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.

Applies to