Gets a string array of display time zone names supported in the local system.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public static string[] TimeZoneNames { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property TimeZoneNames As String()
	Get

See Also