Package: cxml-types

Class date-time-type

Superclasses

xsd-type, data-type, cxml-types::time-ordering-mixin, cxml-types::ordering-mixin, common-lisp:standard-object, sb-pcl::slot-object, common-lisp:t

Documented Subclasses

None

Details

The dateTime data type, representing a moment in time.

Syntax. This type accepts an ISO-like syntax. For details refer to the specification.

Implementation. This type returns lists of the form (year month day hour minute second timezone). Each value is an integer, except except for second, which is a real, and timezone which is a real or nil. A timezone of nil indicates UTC.

Example. 2002-10-10T12:00:00-05:00 maps to (2002 10 10 12 0 0 -5)

Parameters. This type is ordered and allows the parameters max-inclusive, min-inclusive, max-exclusive, and min-exclusive. The ordering is partial except within a timezone, see the spec for details.
 

Slot Access Functions

Inherited Slot Access Functions