| TimeZoneHelperConvertDataTable Method  | 
            Converts the DateTime columns of the table values to user datetime.
            
 
Namespace: CMS.GlobalizationAssembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntaxpublic static void ConvertDataTable(
	DataTable table,
	IUserInfo userInfo
)
Parameters
- table
 - Type: System.DataDataTable
DataTable to be converted - userInfo
 - Type: CMS.BaseIUserInfo
IUserInfo object 
See Also