korganizer
#include <converter.h>
Public Member Functions | |
HebrewDate (struct DateResult) | |
~HebrewDate () | |
int | day () const |
int | dayOfWeek () const |
int | hebrewDayNumber () const |
int | hebrewMonthLength () const |
bool | isOnHebrewLeapYear () const |
bool | isOnSecularLeapYear () const |
int | kvia () const |
int | month () const |
int | secularMonthLength () const |
int | year () const |
Static Public Member Functions | |
static HebrewDate | fromHebrew (int year, int month, int day) |
static HebrewDate | fromSecular (int year, int month, int day) |
Detailed Description
This class converts dates between the Hebrew and Gregorian (secular) calendars.
Definition at line 45 of file converter.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 25 of file converter.cpp.
HebrewDate::~HebrewDate | ( | ) |
Definition at line 36 of file converter.cpp.
Member Function Documentation
int HebrewDate::day | ( | ) | const |
Definition at line 64 of file converter.cpp.
int HebrewDate::dayOfWeek | ( | ) | const |
Definition at line 69 of file converter.cpp.
|
static |
Definition at line 47 of file converter.cpp.
|
static |
Definition at line 40 of file converter.cpp.
int HebrewDate::hebrewDayNumber | ( | ) | const |
Definition at line 99 of file converter.cpp.
int HebrewDate::hebrewMonthLength | ( | ) | const |
Definition at line 74 of file converter.cpp.
bool HebrewDate::isOnHebrewLeapYear | ( | ) | const |
Definition at line 84 of file converter.cpp.
bool HebrewDate::isOnSecularLeapYear | ( | ) | const |
Definition at line 89 of file converter.cpp.
int HebrewDate::kvia | ( | ) | const |
Definition at line 94 of file converter.cpp.
int HebrewDate::month | ( | ) | const |
Definition at line 59 of file converter.cpp.
int HebrewDate::secularMonthLength | ( | ) | const |
Definition at line 79 of file converter.cpp.
int HebrewDate::year | ( | ) | const |
Definition at line 54 of file converter.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.