Calendar Class Reference
The Calendar class provides programmers with an easy to calculate and get information about dates, months and years. More...Static Public Member Functions | |
| QString | nameOfMonth (int m) |
| QString | nameOfDay (int d) |
| QValueList< Day > | daysOfMonth (int year, int month, bool startWithMonday=FALSE) |
Detailed Description
The Calendar class provides programmers with an easy to calculate and get information about dates, months and years.
Definition at line 26 of file calendar.h.
Member Function Documentation
|
|
Returns the name of the month for m. Equivalent to QDate::monthName(). Definition at line 64 of file calendar.cpp. References QDate::monthName(), and QObject::tr(). |
|
|
Returns the name of the day for d. Equivalent to QDate::dayName(). Definition at line 74 of file calendar.cpp. References QDate::dayName(), and QObject::tr(). |
|
||||||||||||||||
|
Definition at line 81 of file calendar.cpp. References QValueList::append(), QValueList::count(), QDate::dayOfWeek(), QDate::daysInMonth(), and QDate::setYMD(). |
The documentation for this class was generated from the following files:
