TimeZoneInf Members
Include Protected Members
Include Inherited Members
Provides fields used to define a time zone.
The TimeZoneInf type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
bias | An Integer that represents the bias in the number of minutes that the specified time zone differs from coordinated universal time (UTC). | |
daylightBias | The bias in the number of minutes that daylight time for the specified time zone differs from coordinated universal time (UTC). | |
daylightDate | The date on which daylight time begins for the time zone. | |
standardBias | The bias in the number of minutes that standard time for the specified time zone differs from coordinated universal time (UTC). | |
standardDate | The date on which standard time begins for the time zone. |
Top