Support for various regional calendars.
-
Equivalent to
CommonElements.boundedWeekOfMonth(HebrewCalendar.axis(), HebrewCalendar.getDefaultWeekmodel())
.
Equivalent to
CommonElements.boundedWeekOfYear(HebrewCalendar.axis(), HebrewCalendar.getDefaultWeekmodel())
.
Represents the Hebrew day of month.
Represents the Hebrew day of week.
Represents the Hebrew day of year.
Equivalent to
CommonElements.localDayOfWeek(HebrewCalendar.axis(), HebrewCalendar.getDefaultWeekmodel())
.
Represents the Hebrew month.
Equivalent to
CommonElements.weekOfMonth(HebrewCalendar.axis(), HebrewCalendar.getDefaultWeekmodel())
.
Equivalent to
CommonElements.weekOfYear(HebrewCalendar.axis(), HebrewCalendar.getDefaultWeekmodel())
.
Element with the ordinal day-of-week within given calendar month.
Represents the Hebrew year.
Interpretes this date as birth date of a boy and determines the 13th birthday.
Interpretes this date as birth date of a girl and determines the 12th birthday.
Obtains the current calendar date in system time.
Obtains the current calendar date in system time with given start of day.
Creates a new instance of a Hebrew calendar date.
HebrewCalendar.ofBiblical(int year,
int month,
int dom)
Creates a new instance of a Hebrew calendar date.
HebrewCalendar.ofCivil(int year,
int month,
int dom)
Creates a new instance of a Hebrew calendar date.
Creates a new local timestamp with this date and given civil time.
HebrewCalendar.atTime(int hour,
int minute)
Is equivalent to at(PlainTime.of(hour, minute))
.
Returns the associated time axis.
Determines the input calendar date as original event date and determines the anniversary day of this event
in given hebrew year.
int
Calculates the difference between given Hebrew dates in this unit.
Obtains the moment at this Hebrew time on given date at the given geographical position.
Obtains the moment at this simplified Hebrew time on given date using a fixed 24-hour-scale.
boolean