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

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

Syntax

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

See Also