Edit

Share via


_TimeZone.Name Property

Definition

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.

Applies to