DataHelperConvertColumnToDateTime Method |
Converts the specified column to Date time type.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax public static void ConvertColumnToDateTime(
DataTable dt,
string columnName
)
Parameters
- dt
- Type: System.DataDataTable
Data table - columnName
- Type: SystemString
Column to convert
See Also