Uses of Class
net.time4j.calendar.HistoricCalendar
Packages that use HistoricCalendar
-
Uses of HistoricCalendar in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type HistoricCalendarModifier and TypeFieldDescriptionstatic StdCalendarElement<Integer,HistoricCalendar>HistoricCalendar.DAY_OF_MONTHRepresents the historic day of month.static StdCalendarElement<Weekday,HistoricCalendar>HistoricCalendar.DAY_OF_WEEKRepresents the historic day of week.static StdCalendarElement<Integer,HistoricCalendar>HistoricCalendar.DAY_OF_YEARRepresents the historic day of year.static StdCalendarElement<Month,HistoricCalendar>HistoricCalendar.MONTH_OF_YEARRepresents the historic month.HistoricCalendar.WEEKDAY_IN_MONTHElement with the ordinal day-of-week within given calendar month.Methods in net.time4j.calendar that return HistoricCalendarModifier and TypeMethodDescriptionHistoricCalendar.nextDay()Convenient short form forwith(DAY_OF_MONTH.incremented())orplus(CalendarDays.ONE).static HistoricCalendarHistoricCalendar.nowInSystemTime(ChronoHistory history)Obtains the current historic calendar date in system time.static HistoricCalendarHistoricCalendar.of(ChronoHistory history, HistoricEra era, int relatedStandardYear, int historicMonth, int historicDayOfMonth)Constructs a new historic calendar.static HistoricCalendarHistoricCalendar.of(ChronoHistory history, HistoricEra era, int yearOfEra, YearDefinition yearDefinition, int historicMonth, int historicDayOfMonth)Constructs a new historic calendar.HistoricCalendar.withNewYear()Obtains the start of this year (which is often not the first of January).Methods in net.time4j.calendar that return types with arguments of type HistoricCalendarModifier and TypeMethodDescriptionCreates a new local timestamp with this date and given wall time.HistoricCalendar.atTime(int hour, int minute)Is equivalent toat(PlainTime.of(hour, minute)).static CalendarFamily<HistoricCalendar>HistoricCalendar.family()Returns the associated calendar family.