Click or drag to resize
TimeZoneInfoProviderGetTimeZones Method (String, String)
Returns DataSet with all time zones.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
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