KDECore
kcalendarsystemhijri.cpp File Reference
#include "kcalendarsystemhijri.h"
#include "kdebug.h"
#include "klocale.h"
#include <QtCore/QDate>
#include <QtCore/QCharRef>
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 218 of file kcalendarsystemhijri.cpp.
static int IslamicLeapYear | ( | int | year | ) | [static] |
Definition at line 130 of file kcalendarsystemhijri.cpp.
static int lastDayOfGregorianMonth | ( | int | month, | |
int | year | |||
) | [static] |
Definition at line 50 of file kcalendarsystemhijri.cpp.
static int lastDayOfIslamicMonth | ( | int | month, | |
int | year | |||
) | [static] |
Definition at line 144 of file kcalendarsystemhijri.cpp.
Variable Documentation
const int IslamicEpoch = 227014 [static] |
Definition at line 141 of file kcalendarsystemhijri.cpp.