GetUserAvailabilityRequestType.TimeZone Property
The TimeZone property gets or sets the client's time zone information. This includes the transition between standard time and daylight saving time.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property TimeZone As SerializableTimeZone
Get
Set
'Usage
Dim instance As GetUserAvailabilityRequestType
Dim value As SerializableTimeZone
value = instance.TimeZone
instance.TimeZone = value
public SerializableTimeZone TimeZone { get; set; }
Property Value
Type: ExchangeWebServices.SerializableTimeZone
The TimeZone property returns a SerializableTimeZone object.