SerializableTimeZone Class
The SerializableTimeZone class identifies time zone information and the transition between standard time and daylight saving time.
Inheritance Hierarchy
System.Object
ExchangeWebServices.SerializableTimeZone
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SerializableTimeZone
'Usage
Dim instance As SerializableTimeZone
[SerializableAttribute]
public class SerializableTimeZone
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also