TimeZoneInfo Fields |
The TimeZoneInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bias | The base offset from UTC, in minutes |
![]() | DaylightBias | The daylight offset from UTC, in minutes (not meaninful if daylight-time is not observed in this timezone). |
![]() | DaylightDate | The date/time of the start of daylight-time (not meaninful if daylight-time is not observed in this timezone). |
![]() | DaylightName | The non-daylight-time name for this timezone (not meaninful if daylight-time is not observed in this timezone). |
![]() | StandardBias | The standard (non-daylight-time) offset from UTC, in minutes (possibly always zero) |
![]() | StandardDate | The date/time of the start of non-daylight-time (not meaninful if daylight-time is not observed in this timezone). |
![]() | StandardName | The non-daylight-time name for this timezone. |