#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-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by
doxygen 1.11.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.