Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / TimeZoneInfo Class / TimeZones Property

In This Topic
    TimeZones Property (TimeZoneInfo)
    In This Topic
    Gets a list of all time zones defined in the local system.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property TimeZones As List(Of TimeZoneInfo)
    public static List<TimeZoneInfo> TimeZones {get;}
    See Also