KDECore
Go to the documentation of this file.
22 #ifndef KCALENDARSYSTEMQDATE_H
23 #define KCALENDARSYSTEMQDATE_H
27 class KCalendarSystemQDatePrivate;
50 virtual QDate
epoch()
const;
54 virtual bool isValid(
const QDate &date)
const;
56 virtual int year(
const QDate &date)
const;
57 virtual int month(
const QDate &date)
const;
58 virtual int day(
const QDate &date)
const;
60 virtual int daysInYear(
const QDate &date)
const;
63 virtual int dayOfYear(
const QDate &date)
const;
64 virtual int dayOfWeek(
const QDate &date)
const;
67 virtual bool isLeapYear(
const QDate &date)
const;
83 virtual bool julianDayToDate(
int jd,
int &year,
int &month,
int &day)
const;
84 virtual bool dateToJulianDay(
int year,
int month,
int day,
int &jd)
const;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Mon Jul 15 2013 13:00:52 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.