System.Data.DataSetDateTime.UnspecifiedLocal Field

DateTime is stored in Unspecified. If DataSetDateTime.Local or DataSetDateTime.Utc is assigned to a column in this mode, it is first converted into DataSetDateTime.Unspecified. Serialization in this mode causes offset. This is the default behavior and is backward compatible. This option should be thought of as being Unspecified in storage but applying an offset that is similar to DataSetDateTime.Local during serialization.

Syntax

DataSetDateTime UnspecifiedLocal

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0