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 System.String()
public static System.string[] TimeZoneNames {get;}
See Also