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

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<TimeZoneInfo> GetTimeZonesInternal(
	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: InfoDataSetTimeZoneInfo
See Also