SerializableTimeZone Members
Include Protected Members
Include Inherited Members
The SerializableTimeZone class identifies time zone information and the transition between standard time and daylight saving time.
The SerializableTimeZone type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SerializableTimeZone | The SerializableTimeZone constructor initializes a new instance of the SerializableTimeZone class. |
Top
Properties
Name | Description | |
---|---|---|
Bias | The Bias property gets or sets a value that represents the general offset from Coordinated Universal Time (UTC). | |
DaylightTime | The DaylightTime property gets or sets a value that represents an offset from the time relative to Coordinated Universal Time (UTC) that is represented by the Bias property. | |
StandardTime | The StandardTime property gets or sets a value that represents an offset from the time relative to Coordinated Universal Time (UTC) that is represented by the Bias property. |
Top