The DateTimePrecisionType simple type specifies the precision for returned date/time values.<85>
-
<xs:simpleType name="DateTimePrecisionType"> <xs:restriction base="xs:string"> <xs:enumeration value="Seconds"/> <xs:enumeration value="Milliseconds"/> </xs:restriction> </xs:simpleType>
The values that are defined by the DateTimePrecisionType simple type are listed in the following table.
|
Value |
Meaning |
|---|---|
|
Seconds |
Specifies that the precision for date/time return values is seconds. |
|
Milliseconds |
Specifies that the precision for date/time return values is milliseconds. |