| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static StdCalendarElement<HebrewMonth,HebrewCalendar> |
HebrewCalendar.MONTH_OF_YEAR
Represents the Hebrew month.
|
| Modifier and Type | Method and Description |
|---|---|
HebrewMonth |
HebrewCalendar.getMonth()
Yields the Hebrew month.
|
static HebrewMonth |
HebrewMonth.valueOf(String name)
Returns the enum constant of this type 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 type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
Copyright © 2014–2021. All rights reserved.