GetUserAvailabilityRequestType.TimeZone Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The TimeZone property gets or sets the client's time zone information. This includes the transition between standard time and daylight saving time.
public:
property ExchangeWebServices::SerializableTimeZone ^ TimeZone { ExchangeWebServices::SerializableTimeZone ^ get(); void set(ExchangeWebServices::SerializableTimeZone ^ value); };
public ExchangeWebServices.SerializableTimeZone TimeZone { get; set; }
Public Property TimeZone As SerializableTimeZone
Property Value
The TimeZone property returns a SerializableTimeZone object.