Qtopia library API Documentation

Calendar Class Reference

The Calendar class provides programmers with an easy to calculate and get information about dates, months and years. More...

List of all members.

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

QString Calendar::nameOfMonth int  m  )  [static]
 

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().

QString Calendar::nameOfDay int  d  )  [static]
 

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().

QValueList< Calendar::Day > Calendar::daysOfMonth int  year,
int  month,
bool  startWithMonday = FALSE
[static]
 

Deprecated:

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:
KDE Logo
This file is part of the documentation for OPIE Version 1.5.5.
Documentation copyright © 1997-2003 the KDE developers. 2003 OPIE developers
Generated on Tue Feb 10 20:24:11 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001