Uses of Class
net.time4j.calendar.HistoricCalendar
-
Uses of HistoricCalendar in net.time4j.calendar
Modifier and TypeFieldDescriptionstatic StdCalendarElement<Integer,HistoricCalendar>
HistoricCalendar.DAY_OF_MONTH
Represents the historic day of month.static StdCalendarElement<Weekday,HistoricCalendar>
HistoricCalendar.DAY_OF_WEEK
Represents the historic day of week.static StdCalendarElement<Integer,HistoricCalendar>
HistoricCalendar.DAY_OF_YEAR
Represents the historic day of year.static StdCalendarElement<Month,HistoricCalendar>
HistoricCalendar.MONTH_OF_YEAR
Represents the historic month.HistoricCalendar.WEEKDAY_IN_MONTH
Element with the ordinal day-of-week within given calendar month.Modifier and TypeMethodDescriptionHistoricCalendar.nextDay()
Convenient short form forwith(DAY_OF_MONTH.incremented())
orplus(CalendarDays.ONE)
.static HistoricCalendar
HistoricCalendar.nowInSystemTime(ChronoHistory history)
Obtains the current historic calendar date in system time.static HistoricCalendar
HistoricCalendar.of(ChronoHistory history, HistoricEra era, int relatedStandardYear, int historicMonth, int historicDayOfMonth)
Constructs a new historic calendar.static HistoricCalendar
HistoricCalendar.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).Modifier 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.