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
Public method SerializableTimeZone The SerializableTimeZone constructor initializes a new instance of the SerializableTimeZone class.

Top

Properties

  Name Description
Public property Bias The Bias property gets or sets a value that represents the general offset from Coordinated Universal Time (UTC).
Public property 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.
Public 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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top