메소드 | 설명 | |
---|---|---|
date_difference ( int dayA, int monthA, int yearA, int dayB, int monthB, int yearB ) : int |
The method computes the difference between two Hebrew dates.
|
|
day_from_fixed ( int date ) : int |
A method computing the day of the month from a fixed day number.
|
|
day_number ( int day, int month, int year ) : int |
The method computes the number of the day in the year from a Hebrew date.
|
|
days_in_year ( int year ) : int |
The functions gives the number of days in the specified Hebrew year.
|
|
days_remaining ( int day, int month, int year ) : int |
The method computes the days remaining in the given Hebrew year from a Hebrew date.
|
|
dmy_from_fixed ( int &day, int &month, int &year, int date ) : void |
The method computes the Hebrew year, month, and day from a fixed day number.
|
|
elapsed_days ( int year ) : int |
The method is a helper function.
|
|
fixed_from_dmy ( int day, int month, int year ) : int |
The method returns the fixed day number of the given Hebrew date.
|
|
is_leap_year ( int year ) : bool |
The method tells whether the year is a leap year.
|
|
last_day_of_month ( int month, int year ) : int |
The method computes the last day of month (nummer of days in a month) of the given Hebrew year.
|
|
last_month_of_year ( int year ) : int |
The Method gives the number of the last month in a year, which is equal with the number of month in a Hebrew year.
|
|
long_heshvan ( int year ) : bool |
The functions checks whether the month Heshvan is a long one in the given Hebrew year.
|
|
month_from_fixed ( int date ) : int |
A method computing the Hebrew month from a fixed day number.
|
|
my_from_fixed ( int &month, int &year, int date ) : void |
The method computes the Hebrew year and month from a fixed day number.
|
|
new_year_delay ( int year ) : int |
A method computing the delay of new year for the given Hebrew year.
|
|
short_kislev ( int year ) : bool |
The functions checks whether the month Kislev is a short one in the given Hebrew year.
|
|
year_from_fixed ( int date ) : int |
The method computes the Hebrew year from a fixed day number.
|
public static date_difference ( int dayA, int monthA, int yearA, int dayB, int monthB, int yearB ) : int | ||
dayA | int | The integer parameter gives the day of month /// of the first date. /// |
monthA | int | The integer parameter gives the Hebrew /// month of the first date. /// |
yearA | int | The integer parameter gives the Hebrew /// year of the first date. /// |
dayB | int | The integer parameter gives the day of month /// of the second date. /// |
monthB | int | The integer parameter gives the Hebrew /// month of the second date. /// |
yearB | int | The integer parameter gives the Hebrew /// year of the second date. /// |
리턴 | int |
public static day_from_fixed ( int date ) : int | ||
date | int | An integer specifying the fixed day number. /// |
리턴 | int |
public static day_number ( int day, int month, int year ) : int | ||
day | int | An integer representing the day of the month, /// counting from 1. /// |
month | int | An integer representing the month in the /// Hebrew year. /// |
year | int | An integer representing the Hebrew year. /// |
리턴 | int |
public static days_in_year ( int year ) : int | ||
year | int | An integer that gives the Hebrew year. /// |
리턴 | int |
public static days_remaining ( int day, int month, int year ) : int | ||
day | int | An integer representing the day of the month, /// counting from 1. /// |
month | int | An integer representing the month in the /// Hebrew year. /// |
year | int | An integer representing the Hebrew year. /// |
리턴 | int |
public static dmy_from_fixed ( int &day, int &month, int &year, int date ) : void | ||
day | int | The output value returning the day of the /// month. /// |
month | int | The output value giving the Hebrew month. /// |
year | int | The output value giving the Hebrew year. /// |
date | int | An integer value specifying the fixed day /// number. |
리턴 | void |
public static elapsed_days ( int year ) : int | ||
year | int | An integer specifying the Hebrew year. /// |
리턴 | int |
public static fixed_from_dmy ( int day, int month, int year ) : int | ||
day | int | An integer representing the day of the month, /// counting from 1. /// |
month | int | An integer representing the month in the /// Hebrew year. /// |
year | int | An integer representing the Hebrew year. /// Non-positive values are allowed also. /// |
리턴 | int |
public static is_leap_year ( int year ) : bool | ||
year | int | An integer representing the Hebrew year. /// |
리턴 | bool |
public static last_day_of_month ( int month, int year ) : int | ||
month | int | The Hebrew month, allowed value between /// One and Thirteen. /// |
year | int | An integer that gives the Hebrew year. /// |
리턴 | int |
public static last_month_of_year ( int year ) : int | ||
year | int | An integer representing the Hebrew year. /// |
리턴 | int |
public static long_heshvan ( int year ) : bool | ||
year | int | An integer that gives the Hebrew year. /// |
리턴 | bool |
public static month_from_fixed ( int date ) : int | ||
date | int | An integer specifying the fixed day number. /// |
리턴 | int |
public static my_from_fixed ( int &month, int &year, int date ) : void | ||
month | int | The output value giving the Hebrew month. /// |
year | int | The output value giving the Hebrew year. /// |
date | int | An integer value specifying the fixed day /// number. |
리턴 | void |
public static new_year_delay ( int year ) : int | ||
year | int | An integer that gives the Hebrew year. /// |
리턴 | int |
public static short_kislev ( int year ) : bool | ||
year | int | An integer that gives the Hebrew year. /// |
리턴 | bool |
public static year_from_fixed ( int date ) : int | ||
date | int | The fixed day number. /// |
리턴 | int |