DataSetDateTimeModeUnspecified(DataTable) Method

Set the datatimemode of the datetime columns to Unspecified to avoid time offset.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static DataTable SetDateTimeModeUnspecified(
	DataTable data
)

Parameters

data  DataTable
Data to process.

Return Value

DataTable
DataTable with the value processed.

See Also