TimeZoneHelperConvertDataTable Method |
Converts the DateTime columns of the table values to user datetime.
Namespace: CMS.GlobalizationAssembly: CMS.Globalization (in CMS.Globalization.dll) Version: 12.0.0
Syntax 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