TimeZoneInformation members
Provides information used to define a time zone.
The TimeZoneInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TimeZoneInformation | Initializes a new instance of the TimeZoneInformation class. |
Top
Properties
Name | Description | |
---|---|---|
Bias | Gets the bias in the number of minutes that the time zone differs from Coordinated Universal Time (UTC). | |
DaylightBias | Gets the bias in the number of minutes that daylight time for the time zone differs from Coordinated Universal Time (UTC). | |
StandardBias | Gets the bias in the number of minutes that standard time for the time zone differs from coordinated universal time (UTC). | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top