Click or drag to resize
TimeZoneInfo Constructor (DataRow)
Constructor - Creates a new TimeZoneInfo object from the given DataRow.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 8.2.23
Syntax
C#
public TimeZoneInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
See Also