KDECore
#include "kcalendarsystemhebrew_p.h"
#include "kcalendarsystemprivate_p.h"
#include "kdebug.h"
#include "klocale.h"
#include <QtCore/QDate>
#include <QtCore/QCharRef>
Go to the source code of this file.
|
| static const int | DAY = 24 * HOUR |
| |
| static const int | HOUR = 1080 |
| |
| static const int | WEEK = 7 * DAY |
| |
| #define M |
( |
|
h, |
|
|
|
p |
|
) |
| ((h)*HOUR+p) |
§ MONTH
| #define MONTH (DAY+M(12,793)) |
§ gregorianToHebrew()
| static class h_date* gregorianToHebrew |
( |
int |
y, |
|
|
int |
m, |
|
|
int |
d |
|
) |
| |
|
static |
§ hebrewDaysElapsed()
| static int hebrewDaysElapsed |
( |
int |
y | ) |
|
|
static |
§ hebrewToGregorian()
| static class h_date* hebrewToGregorian |
( |
int |
y, |
|
|
int |
m, |
|
|
int |
d |
|
) |
| |
|
static |
§ long_cheshvan()
| static int long_cheshvan |
( |
int |
year | ) |
|
|
static |
§ short_kislev()
| static int short_kislev |
( |
int |
year | ) |
|
|
static |
§ toHebrew()
| static class h_date* toHebrew |
( |
const QDate & |
date | ) |
|
|
static |
§ DAY
| const int DAY = 24 * HOUR |
|
static |
§ HOUR
§ WEEK
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Sun Oct 16 2016 15:13:11 by
doxygen 1.8.12 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.