| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static StdCalendarElement<Integer,HebrewCalendar> |
HebrewCalendar.BOUNDED_WEEK_OF_MONTH
Equivalent to
CommonElements.boundedWeekOfMonth(HebrewCalendar.axis(), HebrewCalendar.getDefaultWeekmodel()). |
static StdCalendarElement<Integer,HebrewCalendar> |
HebrewCalendar.BOUNDED_WEEK_OF_YEAR
Equivalent to
CommonElements.boundedWeekOfYear(HebrewCalendar.axis(), HebrewCalendar.getDefaultWeekmodel()). |
static StdCalendarElement<Integer,HebrewCalendar> |
HebrewCalendar.DAY_OF_MONTH
Represents the Hebrew day of month.
|
static StdCalendarElement<Weekday,HebrewCalendar> |
HebrewCalendar.DAY_OF_WEEK
Represents the Hebrew day of week.
|
static StdCalendarElement<Integer,HebrewCalendar> |
HebrewCalendar.DAY_OF_YEAR
Represents the Hebrew day of year.
|
static StdCalendarElement<Weekday,HebrewCalendar> |
HebrewCalendar.LOCAL_DAY_OF_WEEK
Equivalent to
CommonElements.localDayOfWeek(HebrewCalendar.axis(), HebrewCalendar.getDefaultWeekmodel()). |
static StdCalendarElement<HebrewMonth,HebrewCalendar> |
HebrewCalendar.MONTH_OF_YEAR
Represents the Hebrew month.
|
static StdCalendarElement<Integer,HebrewCalendar> |
HebrewCalendar.WEEK_OF_MONTH
Equivalent to
CommonElements.weekOfMonth(HebrewCalendar.axis(), HebrewCalendar.getDefaultWeekmodel()). |
static StdCalendarElement<Integer,HebrewCalendar> |
HebrewCalendar.WEEK_OF_YEAR
Equivalent to
CommonElements.weekOfYear(HebrewCalendar.axis(), HebrewCalendar.getDefaultWeekmodel()). |
static OrdinalWeekdayElement<HebrewCalendar> |
HebrewCalendar.WEEKDAY_IN_MONTH
Element with the ordinal day-of-week within given calendar month.
|
static StdCalendarElement<Integer,HebrewCalendar> |
HebrewCalendar.YEAR_OF_ERA
Represents the Hebrew year.
|
| Modifier and Type | Method and Description |
|---|---|
HebrewCalendar |
HebrewCalendar.barMitzvah()
Interpretes this date as birth date of a boy and determines the 13th birthday.
|
HebrewCalendar |
HebrewCalendar.batMitzvah()
Interpretes this date as birth date of a girl and determines the 12th birthday.
|
static HebrewCalendar |
HebrewCalendar.nowInSystemTime()
Obtains the current calendar date in system time.
|
static HebrewCalendar |
HebrewCalendar.nowInSystemTime(StartOfDay startOfDay)
Obtains the current calendar date in system time with given start of day.
|
static HebrewCalendar |
HebrewCalendar.of(int year,
HebrewMonth month,
int dom)
Creates a new instance of a Hebrew calendar date.
|
static HebrewCalendar |
HebrewCalendar.ofBiblical(int year,
int month,
int dom)
Creates a new instance of a Hebrew calendar date.
|
static HebrewCalendar |
HebrewCalendar.ofCivil(int year,
int month,
int dom)
Creates a new instance of a Hebrew calendar date.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralTimestamp<HebrewCalendar> |
HebrewCalendar.at(PlainTime time)
Creates a new local timestamp with this date and given civil time.
|
GeneralTimestamp<HebrewCalendar> |
HebrewCalendar.atTime(int hour,
int minute)
Is equivalent to
at(PlainTime.of(hour, minute)). |
static TimeAxis<HebrewCalendar.Unit,HebrewCalendar> |
HebrewCalendar.axis()
Returns the associated time axis.
|
ChronoFunction<CalendarDate,HebrewCalendar> |
HebrewAnniversary.inHebrewYear(int hyear)
Determines the input calendar date as original event date and determines the anniversary day of this event
in given hebrew year.
|
| Modifier and Type | Method and Description |
|---|---|
int |
HebrewCalendar.Unit.between(HebrewCalendar start,
HebrewCalendar end)
Calculates the difference between given Hebrew dates in this unit.
|
Optional<Moment> |
HebrewTime.on(HebrewCalendar date,
SolarTime geoLocation)
Obtains the moment at this Hebrew time on given date at the given geographical position.
|
Moment |
HebrewTime.on(HebrewCalendar date,
Timezone tz)
Obtains the moment at this simplified Hebrew time on given date using a fixed 24-hour-scale.
|
boolean |
HebrewMonth.test(HebrewCalendar context) |
Copyright © 2014–2021. All rights reserved.