CalendarItemType.StartTimeZone Property

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

Syntax

'Declaration
Public Property StartTimeZone As TimeZoneDefinitionType
    Get
    Set
'Usage
Dim instance As CalendarItemType
Dim value As TimeZoneDefinitionType

value = instance.StartTimeZone

instance.StartTimeZone = value
public TimeZoneDefinitionType StartTimeZone { get; set; }