Uses of Enum Class
net.time4j.calendar.HebrewMonth
-
Uses of HebrewMonth in net.time4j.calendar
Modifier and TypeFieldDescriptionstatic StdCalendarElement<HebrewMonth,HebrewCalendar>
HebrewCalendar.MONTH_OF_YEAR
Represents the Hebrew month.Modifier and TypeMethodDescriptionHebrewCalendar.getMonth()
Yields the Hebrew month.static HebrewMonth
Returns the enum constant of this class with the specified name.static HebrewMonth
HebrewMonth.valueOfBiblical(int month, boolean leapYear)
Gets the enum-constant which corresponds to the given numerical value (in biblical order).static HebrewMonth
HebrewMonth.valueOfCivil(int month, boolean leapYear)
Gets the enum-constant which corresponds to the given numerical value (in standard civil order).static HebrewMonth[]
HebrewMonth.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic boolean
HebrewCalendar.isValid(int yearOfEra, HebrewMonth month, int dayOfMonth)
Queries if given parameter values form a well defined calendar date.static HebrewCalendar
HebrewCalendar.of(int year, HebrewMonth month, int dom)
Creates a new instance of a Hebrew calendar date.