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

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

See Also