kcalendarsystemworld.h
52 int weekNumber( const TQDate& date, int* yearNum = 0 ) const { return date.weekNumber(yearNum); }
54 TQString monthName( const TQDate& date, bool shortName = false ) const { return monthName(month(date), 0, shortName); }
56 TQString monthNamePossessive( const TQDate& date, bool shortName = false ) const { return monthName(date, shortName); }
57 TQString monthNamePossessive( int month, int year, bool shortName = false ) const { return monthName(month, year, shortName); }
58 TQString weekDayName( const TQDate& date, bool shortName = false ) const { return weekDayName(dayOfWeek(date), shortName); }