|
- isValid(int, int, int) : bool
- longDayName(int, MonthNameType) : QString
- longMonthName(int, MonthNameType) : QString
- month() const : int
- setDate(int, int, int) : bool
- setYMD(int, int, int) : bool
- shortDayName(int, MonthNameType) : QString
- shortMonthName(int, MonthNameType) : QString
- toJulianDay() const : qint64
- toString(const QString &) const : QString
- toString(Qt::DateFormat) const : QString
- weekNumber(int *) const : int
- year() const : int
- operator!=(const QDate &) const : bool
- operator<(const QDate &) const : bool
- operator<=(const QDate &) const : bool
- operator==(const QDate &) const : bool
- operator>(const QDate &) const : bool
- operator>=(const QDate &) const : bool
|