TimeZoneInfo Properties
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | BaseUtcOffset | Gets the time difference between the current time zone's standard time and Coordinated Universal Time (UTC). |
![]() | DaylightName | Gets the display name for the current time zone's daylight saving time. |
![]() | DisplayName | Gets the 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 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:

