Click or drag to resize
TimeZoneHelperConvertDataTable Method
Converts the DateTime columns of the table values to user datetime.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
public static void ConvertDataTable(
	DataTable table,
	IUserInfo userInfo
)

Parameters

table
Type: System.DataDataTable
DataTable to be converted
userInfo
Type: CMS.BaseIUserInfo
IUserInfo object
See Also