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