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

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

Parameters

table
Type: System.Data.DataTable
DataTable to be converted
userInfo
Type: CMS.Base.IUserInfo
IUserInfo object
See Also