TimeZoneInfo Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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. |
|
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: