TimeZoneInfoProviderGetTimeZones Method (String, String, Int32, String) |
Note: This API is now obsolete.
Returns DataSet with all time zones.
Namespace: CMS.GlobalizationAssembly: CMS.Globalization (in CMS.Globalization.dll) Version: 11.0.0
Syntax [ObsoleteAttribute("Use method GetTimeZones() instead")]
public static InfoDataSet<TimeZoneInfo> GetTimeZones(
string where,
string orderBy,
int topN,
string columns
)
Parameters
- where
- Type: SystemString
Where condition - orderBy
- Type: SystemString
Order by clause - topN
- Type: SystemInt32
Specifies number of returned records - columns
- Type: SystemString
Data columns to return
Return Value
Type:
InfoDataSetTimeZoneInfoSee Also