Click or drag to resize
TimeZoneInfoProviderGetTimeZones Method (String, String)

Note: This API is now obsolete.

Returns DataSet with all time zones.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetTimeZones() instead")]
public static InfoDataSet<TimeZoneInfo> GetTimeZones(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by clause

Return Value

Type: InfoDataSetTimeZoneInfo
See Also