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. /// |
return | int |