TimeZoneInfo::StandardName Property
Gets the display name for the time zone's standard time.
Assembly: mscorlib (in mscorlib.dll)
The display name is localized based on the culture installed with the Windows operating system.
The StandardName property is identical to the StandardName property of the TimeZone class.
If the operating system language is English, the value of the StandardName property is usually, but not always, identical to that of the Id property.
The following example defines a method named DisplayDateWithTimeZoneName that uses the IsDaylightSavingTime(DateTime) method to determine whether to display a time zone's standard time name or daylight saving time name.
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1