EncodeJewishDate
int = EncodeJewishDate(nYear,nMonth,nDay)
This macro function builds a date from a set of Jewish Calendar year, month and day expressions.
nDateYomKippur = EncodeJewishDate(5760,1,10)
Note that because of the leap year structure of the Jewish calendar, it is important to agree on the numbers corresponding to each month. The conventions used in Q++ are found in Jewish Month Numbers.
See also : jDayOf, jMonthOf, jYearOf.