TimeOption Element
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Represents a date and time in (ISO 8601 extended) UTC format.
Syntax
<TimeOption
name = "string"
value = "string">
</TimeOption>
The following sections describe attributes, parent elements, and child elements.
Attributes
Name |
Description |
---|---|
name |
string type. Length range 1-255 characters. Specifies the name of the option. |
value |
string type. Value range 1990-01-01T00:00:00Z to 9999-12-31T23:59:59Z. Specifies date and time in (ISO 8601 extended) UTC format, yyyy-mm-ddThh:mm:ssZ. |
Element Information
Parent Element
Element |
Occurrence |
---|---|
1 |
Child Element
Element |
Occurrence |
---|---|
none |
Not applicable |
Remarks
TimeOption represents a date and time in (ISO 8601 extended) UTC format, yyyy-mm-ddThh:mm:ssZ. For example, 1995-01-10T09:00:00Z is January 10, 1995, at 9:00 A.M. UTC (Coordinated Universal Time, previously known as Greenwich Mean Time). The Z indicates UTC. All times in the API must be in UTC.
Leap seconds are not supported. The behavior of times with years before the year 1990 is not defined.