This documentation is archived and is not being maintained.
TimeZoneInfo Properties
Visual Studio 2010
The TimeZoneInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
BaseUtcOffset | Gets the time difference between the current time zone's standard time and Coordinated Universal Time (UTC). |
|
DaylightName | Gets the localized display name for the current time zone's daylight saving time. |
|
DisplayName | Gets the localized general display name that represents the time zone. |
|
Id | Gets the time zone identifier. |
|
Local | Gets a TimeZoneInfo object that represents the local time zone. |
|
StandardName | Gets the localized display name for the time zone's standard time. |
|
SupportsDaylightSavingTime | Gets a value indicating whether the time zone has any daylight saving time rules. |
|
Utc | Gets a TimeZoneInfo object that represents the Coordinated Universal Time (UTC) zone. |
Show: