Interface XmlDateTime

All Superinterfaces:
XmlAnySimpleType, XmlObject, XmlTokenSource
All Known Implementing Classes:
XmlDateTimeImpl

public interface XmlDateTime
extends XmlAnySimpleType
Corresponds to the XML Schema xs:dateTime type.

Convertible to Calendar, Date, and GDate.

The XmlDateTime class only encapsulates a schema DateTime value, if you need to perform operations on dates, see the GDate class

See Also:
XmlCalendar, GDate, GDuration