_TimeZone.Name Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a String (string in C#) that represents the identifier of the time zone. Read-only.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
Public ReadOnly Property Name As String
Property Value
Remarks
The Name usually includes the offset value from Coordinated Universal Time (UTC), the official time zone name, and regions where the time zone is used. It is stored as the Display value in the registry key for a time zone.