Click or drag to resize
TimeZoneInfoProviderGetTimeZones Method

Note: This API is now obsolete.

Returns DataSet with all time zones.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ITimeZoneInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - TimeZoneInfo.Provider.")]
public static ObjectQuery<TimeZoneInfo> GetTimeZones()

Return Value

Type: ObjectQueryTimeZoneInfo
See Also