[]
        
(Showing Draft Content)

C1.Schedule.TimeZoneInfo.GetTimeZone

GetTimeZone Method

GetTimeZone(string)

Returns a TimeZoneInfo instance for the time zone with supplied name.

Declaration
public static TimeZoneInfo GetTimeZone(string name)
Parameters
Type Name Description
string name

A name of the time zone to search for.

Returns
Type Description
TimeZoneInfo

TimeZoneInfo instance if any; null otherwise.

Remarks

This method searches by standard, daylight and display names.