kcalendarsystemworld.cpp
int month(const TQDate &date) const
Gets specific calendar type month for a given gregorian date.
Definition: kcalendarsystemworld.cpp:42
TQString translate(const char *index) const
Translates the string into the corresponding string in the national language, if available.
Definition: tdelocale.cpp:768
TQString weekDayName(const TQDate &date, bool shortName=false) const
Gets specific calendar type week day name.
Definition: kcalendarsystemworld.h:58
int monthsInYear(const TQDate &date) const
Gets specific calendar type number of month for a given year.
Definition: kcalendarsystemworld.h:47
TQString monthName(const TQDate &date, bool shortName=false) const
Gets specific calendar type month name for a given gregorian date.
Definition: kcalendarsystemworld.h:54
bool setYMD(TQDate &date, int y, int m, int d) const
Changes the date's year, month and day.
Definition: kcalendarsystemworld.cpp:52
int year(const TQDate &date) const
Gets specific calendar type year for a given gregorian date.
Definition: kcalendarsystemworld.cpp:32
const TDELocale * locale() const
Gets the locale the calendar uses for translations.
Definition: kcalendarsystem.cpp:47