Uses of Class
net.time4j.calendar.HebrewCalendar
Packages that use HebrewCalendar
-
Uses of HebrewCalendar in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type HebrewCalendarModifier and TypeFieldDescriptionstatic StdCalendarElement<Integer,HebrewCalendar>
HebrewCalendar.BOUNDED_WEEK_OF_MONTH
Equivalent toCommonElements.boundedWeekOfMonth(HebrewCalendar.axis(), HebrewCalendar.getDefaultWeekmodel())
.static StdCalendarElement<Integer,HebrewCalendar>
HebrewCalendar.BOUNDED_WEEK_OF_YEAR
Equivalent toCommonElements.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 toCommonElements.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 toCommonElements.weekOfMonth(HebrewCalendar.axis(), HebrewCalendar.getDefaultWeekmodel())
.static StdCalendarElement<Integer,HebrewCalendar>
HebrewCalendar.WEEK_OF_YEAR
Equivalent toCommonElements.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.Methods in net.time4j.calendar that return HebrewCalendarModifier and TypeMethodDescriptionHebrewCalendar.barMitzvah()
Interpretes this date as birth date of a boy and determines the 13th birthday.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.Methods in net.time4j.calendar that return types with arguments of type HebrewCalendarModifier and TypeMethodDescriptionCreates a new local timestamp with this date and given civil time.HebrewCalendar.atTime(int hour, int minute)
Is equivalent toat(PlainTime.of(hour, minute))
.static TimeAxis<HebrewCalendar.Unit,HebrewCalendar>
HebrewCalendar.axis()
Returns the associated time axis.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.Methods in net.time4j.calendar with parameters of type HebrewCalendarModifier and TypeMethodDescriptionint
HebrewCalendar.Unit.between(HebrewCalendar start, HebrewCalendar end)
Calculates the difference between given Hebrew dates in this unit.HebrewTime.on(HebrewCalendar date, SolarTime geoLocation)
Obtains the moment at this Hebrew time on given date at the given geographical position.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)