Click or drag to resize

TimeZoneInfo Fields

The TimeZoneInfo type exposes the following members.

Fields
  NameDescription
Public fieldBias
The base offset from UTC, in minutes
Public fieldDaylightBias
The daylight offset from UTC, in minutes (not meaninful if daylight-time is not observed in this timezone).
Public fieldDaylightDate
The date/time of the start of daylight-time (not meaninful if daylight-time is not observed in this timezone).
Public fieldDaylightName
The non-daylight-time name for this timezone (not meaninful if daylight-time is not observed in this timezone).
Public fieldStandardBias
The standard (non-daylight-time) offset from UTC, in minutes (possibly always zero)
Public fieldStandardDate
The date/time of the start of non-daylight-time (not meaninful if daylight-time is not observed in this timezone).
Public fieldStandardName
The non-daylight-time name for this timezone.
Top
See Also