﻿<?xml version="1.0" encoding="utf-8"?><Type Name="DataSetDateTime" FullName="System.Data.DataSetDateTime"><TypeSignature Language="C#" Value="public enum DataSetDateTime" /><AssemblyInfo><AssemblyName>System.Data</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Enum</BaseTypeName></Base><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><see cref="T:System.Data.DataSetDateTime" /> cannot be set on non-<see cref="T:System.DateTime" /> columns. Setting the <see cref="P:System.Data.DataColumn.DateTimeMode" /> property with the default value <see cref="F:System.Data.DataSetDateTime.UnspecifiedLocal" />l on non-<see cref="T:System.DateTime" /> columns is permitted. Modifying the column data type from <see cref="T:System.DateTime" /> to any other type resets the <see cref="P:System.Data.DataColumn.DateTimeMode" /> to the default value <see cref="F:System.Data.DataSetDateTime.UnspecifiedLocal" />.</para><para>Checking schema for merging, Relations, and ForeignKeyConstraints can be performed between <see cref="T:System.DateTime" /> columns with matching <see cref="P:System.Data.DataColumn.DateTimeMode" /> properties. Otherwise the columns should be considered as non-matching on schema. The only exception is between <see cref="F:System.Data.DataSetDateTime.Unspecified" /> and <see cref="F:System.Data.DataSetDateTime.UnspecifiedLocal" />. It is permitted to have a relation or a ForeignKeyConstraint between two DateTime columns with one in Unspecified and other in UnspecifiedLocal <see cref="P:System.Data.DataColumn.DateTimeMode" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Describes the serialization format for <see cref="T:System.DateTime" /> columns in a <see cref="T:System.Data.DataSet" />.</para></summary></Docs><Members><Member MemberName="Local"><MemberSignature Language="C#" Value="Local" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Data.DataSetDateTime</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>DateTime is always stored in Local. If <see cref="F:System.Data.DataSetDateTime.Utc" /> or <see cref="F:System.Data.DataSetDateTime.Unspecified" /> is assigned to a column in this mode, it is first converted into Local. Serialization in this mode is always performed in Local. There is an offset during serialization.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Unspecified"><MemberSignature Language="C#" Value="Unspecified" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Data.DataSetDateTime</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>DateTime is always stored in Unspecified. If <see cref="F:System.Data.DataSetDateTime.Local" /> or <see cref="F:System.Data.DataSetDateTime.Utc" /> is assigned to a column in this mode, it is first converted into <see cref="F:System.Data.DataSetDateTime.Unspecified" />. Serialization in this mode does not cause an offset.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="UnspecifiedLocal"><MemberSignature Language="C#" Value="UnspecifiedLocal" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Data.DataSetDateTime</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>DateTime is stored in Unspecified. If <see cref="F:System.Data.DataSetDateTime.Local" /> or <see cref="F:System.Data.DataSetDateTime.Utc" /> is assigned to a column in this mode, it is first converted into <see cref="F:System.Data.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 <see cref="F:System.Data.DataSetDateTime.Local" /> during serialization.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Utc"><MemberSignature Language="C#" Value="Utc" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Data.DataSetDateTime</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>DateTime is stored in Universal Coordinated Time (UTC). If <see cref="F:System.Data.DataSetDateTime.Local" /> or <see cref="F:System.Data.DataSetDateTime.Unspecified" /> is assigned to a column in this mode, it is first converted into Utc format. Serialization in this mode is always performed in Utc. There is no offset during serialization.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>