korganizer Library API Documentation

Converter Class Reference

#include <converter.h>

Collaboration diagram for Converter:

Collaboration graph
[legend]
List of all members.

Static Public Member Functions

static bool hebrew_leap_year_p (int year)
static bool gregorian_leap_year_p (int year)
static long absolute_from_gregorian (int year, int month, int day)
static long absolute_from_hebrew (int year, int month, int day)
static void gregorian_from_absolute (long date, int *yearp, int *monthp, int *dayp)
static void hebrew_from_absolute (long date, int *yearp, int *monthp, int *dayp)
static int hebrew_months_in_year (int year)
static int hebrew_month_length (int year, int month)
static int secular_month_length (int year, int month)
static long hebrew_elapsed_days (int year)
static long hebrew_elapsed_days2 (int year)
static int hebrew_year_length (int year)
static void finish_up (long absolute, int hyear, int hmonth, int syear, int smonth, struct DateResult *result)
static void SecularToHebrewConversion (int year, int month, int day, struct DateResult *result)
static 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:
KDE Logo
This file is part of the documentation for korganizer Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 17 09:56:30 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003