KDECore
kcalendarsystemhijri.cpp File Reference
#include <qdatetime.h>
#include <qstring.h>
#include <klocale.h>
#include <kdebug.h>
#include "kcalendarsystemhijri.h"
Include dependency graph for kcalendarsystemhijri.cpp:
Go to the source code of this file.
Functions | |
static void | gregorianToHijri (const QDate &date, int *pYear, int *pMonth, int *pDay) |
static int | IslamicLeapYear (int year) |
static int | lastDayOfGregorianMonth (int month, int year) |
static int | lastDayOfIslamicMonth (int month, int year) |
Variables | |
static const int | IslamicEpoch = 227014 |
Function Documentation
static void gregorianToHijri | ( | const QDate & | date, | |
int * | pYear, | |||
int * | pMonth, | |||
int * | pDay | |||
) | [static] |
Definition at line 165 of file kcalendarsystemhijri.cpp.
static int IslamicLeapYear | ( | int | year | ) | [static] |
Definition at line 101 of file kcalendarsystemhijri.cpp.
static int lastDayOfGregorianMonth | ( | int | month, | |
int | year | |||
) | [static] |
Definition at line 43 of file kcalendarsystemhijri.cpp.
static int lastDayOfIslamicMonth | ( | int | month, | |
int | year | |||
) | [static] |
Definition at line 113 of file kcalendarsystemhijri.cpp.
Variable Documentation
const int IslamicEpoch = 227014 [static] |
Definition at line 110 of file kcalendarsystemhijri.cpp.