SerializableTimeZone Class

Definition

The SerializableTimeZone class identifies time zone information and the transition between standard time and daylight saving time.

public ref class SerializableTimeZone
public class SerializableTimeZone
Public Class SerializableTimeZone
Inheritance
SerializableTimeZone

Constructors

SerializableTimeZone()

The SerializableTimeZone constructor initializes a new instance of the SerializableTimeZone class.

Properties

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.

Applies to