ADAR
Properties
Returns the HebrewMonth which follows this month, with the first being NISSAN and last being ADAR_II. If this is the last month, this will wrap around and return the first month (which would actually be part of the next year). Note: this does not account for leap years and the presence of ADAR_II - it blindly gets the next month. In order to properly determine the next month accounting for leap years and without wrapping, use getNextMonthInYear.
Returns the HebrewMonth which came before this month, with the first being NISSAN and last being ADAR_II. If this is the first month, this will wrap around and return the last month (which would actually be part of the previous year). Note: this does not account for leap years and the presence of ADAR_II - it blindly gets the next month. In order to properly determine the previous month accounting for leap years and without wrapping, use getPreviousMonthInYear.
Functions
Returns the next month in the jewishYear (with TISHREI being the first if tishreiBased is true, otherwise NISSAN), or null if this is the last month of the year. This method will not return ADAR_II if jewishYear is not a leap year.
Returns the number of days in this month for the given jewishYear.
Returns the previous month in the jewishYear (with TISHREI being the first if tishreiBased is true, otherwise NISSAN), or null if this is the first month of the year. This method will not return ADAR_II if jewishYear is not a leap year.