KDb
KDbDateTime.h
31 * This class as well as KDbDate, KDbTime and KDbDateTime is used as a replacement for Qt date/time
32 * value classes in case when invalid values have to be preserved. Without this, SQL parsers would
85 inline bool operator<=(const KDbYear &other) const { return operator<(other) || operator==(other); }
176 inline bool operator<=(const KDbDate &other) const { return operator<(other) || operator==(other); }
294 inline bool operator<=(const KDbTime &other) const { return operator<(other) || operator==(other); }
423 inline bool operator<=(const KDbDateTime &other) const { return operator<(other) || operator==(other); }
QByteArray yearString() const
Returns the string representation of year value even if it is invalid.
Definition: KDbDateTime.h:115
QByteArray msecString() const
Returns the milliseconds part of the date.
Definition: KDbDateTime.h:378
KDbYear(Sign sign, const QByteArray &string)
Constructs year based on given sign and string.
Definition: KDbDateTime.h:59
QDataStream & operator<<(QDataStream &out, const KDateTime &dateTime)
KDbYear(const QByteArray &string)
Constructs yea based on given string, with sign set to Sign::None.
Definition: KDbDateTime.h:68
bool operator==(const Qt3DRender::QGraphicsApiFilter &reference, const Qt3DRender::QGraphicsApiFilter &sample)
char * toString(const T &value)
bool operator!=(const Qt3DRender::QGraphicsApiFilter &reference, const Qt3DRender::QGraphicsApiFilter &sample)
bool isValid(QStringView ifopt)
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sat Jun 25 2022 06:21:33 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sat Jun 25 2022 06:21:33 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.