Click or drag to resize
TimeZoneInfoProviderGetTimeZones Method
Returns DataSet with all time zones.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 12.0.0
Syntax
C#
public static ObjectQuery<TimeZoneInfo> GetTimeZones()

Return Value

Type: ObjectQueryTimeZoneInfo
See Also