Companion

object Companion

Functions

Link copied to clipboard
fun getMonthForValue(value: Int): HebrewMonth

Returns the HebrewMonth for the given value, with 1 being NISSAN and 13 being ADAR_II.

Link copied to clipboard
fun getTishreiBasedMonth(month: HebrewMonth, jewishYear: Int): HebrewMonth

Interpolates this month

fun getTishreiBasedMonth(month: HebrewMonth, jewishYear: Long): HebrewMonth
Link copied to clipboard
fun getTishreiBasedValue(nissanBasedValue: Int, jewishYear: Int): Int

Converts the NISSAN based constants used by this class to numeric month starting from TISHREI. This is required for Molad claculations.

fun getTishreiBasedValue(nissanBasedValue: Int, jewishYear: Long): Int