Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |