Converter Class Reference
#include <converter.h>
List of all members.
Public Methods |
| Converter () |
| ~Converter () |
Static Public Methods |
bool | hebrew_leap_year_p (int year) |
bool | gregorian_leap_year_p (int year) |
long | absolute_from_gregorian (int year, int month, int day) |
long | absolute_from_hebrew (int year, int month, int day) |
void | gregorian_from_absolute (long date, int *yearp, int *monthp, int *dayp) |
void | hebrew_from_absolute (long date, int *yearp, int *monthp, int *dayp) |
int | hebrew_months_in_year (int year) |
int | hebrew_month_length (int year, int month) |
int | secular_month_length (int year, int month) |
long | hebrew_elapsed_days (int year) |
long | hebrew_elapsed_days2 (int year) |
int | hebrew_year_length (int year) |
void | finish_up (long absolute, int hyear, int hmonth, int syear, int smonth, struct DateResult *result) |
void | SecularToHebrewConversion (int year, int month, int day, struct DateResult *result) |
void | HebrewToSecularConversion (int year, int month, int day, struct DateResult *result) |
Detailed Description
-
Author:
-
Jonathan Singer
Definition at line 33 of file converter.h.
The documentation for this class was generated from the following files:
This file is part of the documentation for korganizer Library Version 3.2.2.