Uses of Enum Class
net.time4j.calendar.HebrewMonth
Packages that use HebrewMonth
-
Uses of HebrewMonth in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type HebrewMonthModifier and TypeFieldDescriptionstatic StdCalendarElement<HebrewMonth,HebrewCalendar>
HebrewCalendar.MONTH_OF_YEAR
Represents the Hebrew month.Methods in net.time4j.calendar that return HebrewMonthModifier 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.Methods in net.time4j.calendar with parameters of type HebrewMonthModifier 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.