SerializableTimeZone Members
The SerializableTimeZone class identifies time zone information and the transition between standard time and daylight saving time.
The following tables list the members exposed by the SerializableTimeZone type.
Public Constructors
Name | Description | |
---|---|---|
SerializableTimeZone | The SerializableTimeZone constructor initializes a new instance of the SerializableTimeZone class. |
Top
Public 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also