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) |
#define MONTH (DAY+M(12,793)) |
static class h_date* gregorianToHebrew |
( |
int |
y, |
|
|
int |
m, |
|
|
int |
d |
|
) |
| |
|
static |
static int hebrewDaysElapsed |
( |
int |
y | ) |
|
|
static |
static class h_date* hebrewToGregorian |
( |
int |
y, |
|
|
int |
m, |
|
|
int |
d |
|
) |
| |
|
static |
static int long_cheshvan |
( |
int |
year | ) |
|
|
static |
static int short_kislev |
( |
int |
year | ) |
|
|
static |
static class h_date* toHebrew |
( |
const QDate & |
date | ) |
|
|
static |
const int DAY = 24 * HOUR |
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:12 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.