Uses of Class
net.time4j.history.HistoricDate
Package
Description
Support for various regional calendars.
Support for the historical ancestors of modern ISO-8601-standard.
-
Uses of HistoricDate in net.time4j.calendar
Modifier and TypeFieldDescriptionstatic ChronoElement<HistoricDate>
JulianCalendar.DATE
Represents the Julian date. -
Uses of HistoricDate in net.time4j.history
Modifier and TypeMethodDescriptionConverts given ISO-8601-date to a historic date.ChronoHistory.getBeginOfYear(HistoricEra era, int yearOfEra)
Determines the date of New Year.static HistoricDate
HistoricDate.of(HistoricEra era, int yearOfEra, int month, int dom)
Equivalent toHistoricDate.of(era, yearOfEra, month, dom, YearDefinition.DUAL_DATING, NewYearRule.BEGIN_OF_JANUARY.until(Integer.MAX_VALUE))
.static HistoricDate
HistoricDate.of(HistoricEra era, int yearOfEra, int month, int dom, YearDefinition yearDefinition, NewYearStrategy newYearStrategy)
Constructs a new tuple of given historic chronological components.Modifier and TypeMethodDescriptionChronoHistory.date()
Defines the element for the historic date.Modifier and TypeMethodDescriptionint
HistoricDate.compareTo(HistoricDate other)
ChronoHistory.convert(HistoricDate date)
Converts given historic date to an ISO-8601-date.boolean
ChronoHistory.isValid(HistoricDate date)
Is given historic date valid?