hdate::Hdate(3) | libhdate C++ language | hdate::Hdate(3) |
hdate::Hdate - Hdate class.
#include <hdatepp.h>
Hdate ()
Hdate constructor. ~Hdate ()
Hdate destructor. void set_gdate (int d,
int m, int y)
compute date structure from the Gregorian date void set_hdate
(int d, int m, int y)
compute date structure from the Hebrew date void set_jd (int
jd)
compute date structure from the Julian day char *
get_format_date (int s)
get formatted hebrew date. char * get_day_of_week_string (int
s)
get name of week day. char * get_month_string (int s)
get name month. char * get_hebrew_month_string (int s)
get name hebrew month. char * get_holyday_string (int s)
get name hebrew holiday. int get_holyday_type ()
get the hebrew holiday type. char * get_parasha_string (int s)
get name hebrew parasha. char * get_hebrew_year_string ()
get name hebrew year. char * get_hebrew_day_string ()
get name hebrew hebrew day of the month int get_parasha ()
get parash number int get_holyday ()
get holiday number int get_gday ()
get Gregorian day of the month int get_gmonth ()
get Gregorian month int get_gyear ()
get Gregorian year int get_hday ()
get Hebrew day of the month int get_hmonth ()
get Hebrew month int get_hyear ()
get Hebrew year int get_day_of_the_week ()
get the day of the week int get_size_of_year ()
get the size of the Hebrew year in days int
get_new_year_day_of_the_week ()
get the day of the week of hebrew new years int get_julian ()
get the Julian day number int get_days ()
get the number of days sice Tishrey I int get_weeks ()
get the number of weeks sice Tishrey I void set_location
(double in_latitude, double in_longitude, int in_tz)
set location int get_sunrise ()
sunrise time int get_sunset ()
sunset time int get_first_light ()
first light time int get_talit ()
talit time int get_first_stars ()
first stars time int get_three_stars ()
three stars time int get_sun_hour ()
sun light hour time int get_midday ()
midday hour time char * get_translator_string ()
name of translator void set_diaspora ()
set this hdate object to use diaspora holidays and dates
void set_israel ()
set this hdate object to use israel holidays and dates
Hdate class.
class for Hebrew/Gregorian date conversions
Hdate constructor.
Hdate destructor.
compute date structure from the Gregorian date
Parameters:
compute date structure from the Hebrew date
Parameters:
compute date structure from the Julian day
Parameters:
get formatted hebrew date.
return the short ( e.g. '1 Tishrey' ) or long (e.g. 'Tuesday 18 Tishrey 5763 Hol hamoed Sukot' ) formatted date.
Parameters:
Returns:
get name of week day.
Parameters:
Returns:
get name month.
Parameters:
Returns:
get name hebrew month.
Parameters:
Returns:
get name hebrew holiday.
Parameters:
Returns:
get the hebrew holiday type.
Returns:
get name hebrew parasha.
Parameters:
Returns:
get name hebrew year.
Returns:
get name hebrew hebrew day of the month
Returns:
get parash number
Returns:
get holiday number
Returns:
get Gregorian day of the month
Returns:
get Gregorian month
Returns:
get Gregorian year
Returns:
get Hebrew day of the month
Returns:
get Hebrew month
Returns:
get Hebrew year
Returns:
get the day of the week
Returns:
get the size of the Hebrew year in days
Returns:
get the day of the week of hebrew new years
Returns:
get the Julian day number
Returns:
get the number of days sice Tishrey I
Returns:
get the number of weeks sice Tishrey I
Returns:
set location
Parameters:
sunrise time
Returns:
sunset time
Returns:
first light time
Returns:
talit time
Returns:
first stars time
Returns:
three stars time
Returns:
sun light hour time
Returns:
midday hour time
Returns:
name of translator
Returns:
set this hdate object to use diaspora holidays and dates
set this hdate object to use israel holidays and dates
Generated automatically by Doxygen for libhdate C++ language from the source code.
6 Jan 2008 | Version 1.4 |