TimeZoneNames Property (TimeZoneInfo)
In This Topic
Gets a string array of display time zone names supported in the local system.
Syntax
'Declaration
Public Shared ReadOnly Property TimeZoneNames As String()
public static string[] TimeZoneNames {get;}
See Also