DataColumn::DateTimeMode Property
.NET Framework (current version)
Gets or sets the DateTimeMode for the column.
Assembly: System.Data (in System.Data.dll)
public: property DataSetDateTime DateTimeMode { DataSetDateTime get(); void set(DataSetDateTime value); }
The DateTimeMode cannot be modified after rows are added to a DataColumn, except for modifying from Unspecified and UnspecifiedLocal or vice-versa. The modification from UnspecifiedLocal to Unspecified and vice-versa is allowed as the difference between these two options is only during serialization and does not affect the storage.
.NET Framework
Available since 2.0
Available since 2.0
Show: