Share via


2.2.3.2.3.10 DateTimeType

The DateTimeType type is an enumeration that indicates whether date and time values are based on local time or on UTC.

The following code is the XML schema (XSD) for the DateTimeType type.

  
     <xs:simpleType name="DateTimeType">
         <xs:restriction base="xs:string">
             <xs:enumeration value="Utc" />
             <xs:enumeration value="Local" />
         </xs:restriction>
     </xs:simpleType>

The following table describes the enumeration values for the DateTimeType type.

Value

Description

Utc

UTC time

Local

Local time