OCalendarHelper Struct Reference
#include <oevent.h>
Static Public Member Functions | |
| int | week (const QDate &) |
| calculate the week number of the date | |
| int | ocurrence (const QDate &) |
| calculate the occurence of week days since the start of the month | |
| int | dayOfWeek (char day) |
| int | monthDiff (const QDate &first, const QDate &second) |
| returns the diff of month | |
Member Function Documentation
|
|
calculate the week number of the date
Definition at line 14 of file oevent.cpp. References QDate::day(), QDate::dayOfWeek(), QDate::month(), week(), and QDate::year(). Referenced by week(). |
|
|
calculate the occurence of week days since the start of the month
Definition at line 26 of file oevent.cpp. References QDate::day(). |
|
|
Definition at line 31 of file oevent.cpp. References dayOfWeek(). Referenced by dayOfWeek(). |
|
||||||||||||
|
returns the diff of month
Definition at line 40 of file oevent.cpp. References QDate::month(), and QDate::year(). |
The documentation for this struct was generated from the following files:
