CalendarItemType.TimeZone Property
The TimeZone property gets or sets a string value that provides a text description of a time zone.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property TimeZone As String
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As String
value = instance.TimeZone
instance.TimeZone = value
public string TimeZone { get; set; }
Property Value
Type: System.String
The TimeZone property returns a string value that provides a text description of a time zone.
See Also