Compartir a través de


TimeZoneDefinitionType.Periods Property

The Periods property gets or sets the array of periods that define the time zone.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Periods As PeriodType()
    Get
    Set
'Usage
Dim instance As TimeZoneDefinitionType
Dim value As PeriodType()

value = instance.Periods

instance.Periods = value
public PeriodType[] Periods { get; set; }

Property Value

Type: []
The value of the Periods property is an array of PeriodType objects.