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. |
return | void |