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