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_MONTHEquivalent toCommonElements.boundedWeekOfMonth(HebrewCalendar.axis(), HebrewCalendar.getDefaultWeekmodel()).static StdCalendarElement<Integer,HebrewCalendar>HebrewCalendar.BOUNDED_WEEK_OF_YEAREquivalent toCommonElements.boundedWeekOfYear(HebrewCalendar.axis(), HebrewCalendar.getDefaultWeekmodel()).static StdCalendarElement<Integer,HebrewCalendar>HebrewCalendar.DAY_OF_MONTHRepresents the Hebrew day of month.static StdCalendarElement<Weekday,HebrewCalendar>HebrewCalendar.DAY_OF_WEEKRepresents the Hebrew day of week.static StdCalendarElement<Integer,HebrewCalendar>HebrewCalendar.DAY_OF_YEARRepresents the Hebrew day of year.static StdCalendarElement<Weekday,HebrewCalendar>HebrewCalendar.LOCAL_DAY_OF_WEEKEquivalent toCommonElements.localDayOfWeek(HebrewCalendar.axis(), HebrewCalendar.getDefaultWeekmodel()).static StdCalendarElement<HebrewMonth,HebrewCalendar>HebrewCalendar.MONTH_OF_YEARRepresents the Hebrew month.static StdCalendarElement<Integer,HebrewCalendar>HebrewCalendar.WEEK_OF_MONTHEquivalent toCommonElements.weekOfMonth(HebrewCalendar.axis(), HebrewCalendar.getDefaultWeekmodel()).static StdCalendarElement<Integer,HebrewCalendar>HebrewCalendar.WEEK_OF_YEAREquivalent toCommonElements.weekOfYear(HebrewCalendar.axis(), HebrewCalendar.getDefaultWeekmodel()).static OrdinalWeekdayElement<HebrewCalendar>HebrewCalendar.WEEKDAY_IN_MONTHElement with the ordinal day-of-week within given calendar month.static StdCalendarElement<Integer,HebrewCalendar>HebrewCalendar.YEAR_OF_ERARepresents 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 HebrewCalendarHebrewCalendar.nowInSystemTime()Obtains the current calendar date in system time.static HebrewCalendarHebrewCalendar.nowInSystemTime(StartOfDay startOfDay)Obtains the current calendar date in system time with given start of day.static HebrewCalendarHebrewCalendar.of(int year, HebrewMonth month, int dom)Creates a new instance of a Hebrew calendar date.static HebrewCalendarHebrewCalendar.ofBiblical(int year, int month, int dom)Creates a new instance of a Hebrew calendar date.static HebrewCalendarHebrewCalendar.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 TypeMethodDescriptionintHebrewCalendar.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.booleanHebrewMonth.test(HebrewCalendar context)