DataSetDateTimeModeUnspecified(DataTable) Method
Set the datatimemode of the datetime columns to Unspecified to avoid time offset.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static DataTable SetDateTimeModeUnspecified(
DataTable data
)
Public Shared Function SetDateTimeModeUnspecified (
data As DataTable
) As DataTable
- data DataTable
- Data to process.
DataTableDataTable with the value processed.