52 #ifndef Patternist_DateTime_H 53 #define Patternist_DateTime_H
#define QT_END_NAMESPACE
This macro expands to.
Base class for classes implementing values related to time, date or both.
virtual QString stringValue() const
virtual ItemType::Ptr type() const
static DateTime::Ptr fromDateTime(const QDateTime &dt)
The QString class provides a Unicode character string.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The namespace for the internal API of QtXmlPatterns.
static DateTime::Ptr fromLexical(const QString &string)
DateTime(const QDateTime &dateTime)
The QDateTime class provides date and time functions.
Represents an item in the XPath 2.0 Data Model.
virtual Item fromValue(const QDateTime &dt) const
Implements the value instance of the xs:dateTime type.
A collection of common values.