Gets a list of all time zones defined in the local system.

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

Syntax

C#
public static List<TimeZoneInfo> TimeZones { get; }
Visual Basic
Public Shared ReadOnly Property TimeZones As List(Of TimeZoneInfo)
	Get

See Also