DataColumn.DateTimeMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the DateTimeMode
for the column.
public:
property System::Data::DataSetDateTime DateTimeMode { System::Data::DataSetDateTime get(); void set(System::Data::DataSetDateTime value); };
public System.Data.DataSetDateTime DateTimeMode { get; set; }
member this.DateTimeMode : System.Data.DataSetDateTime with get, set
Public Property DateTimeMode As DataSetDateTime
Property Value
The DataSetDateTime for the specified column.
Remarks
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.
Applies to
See also
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET