Uses of Class
javax.time.i18n.HistoricChronology
-
Packages that use HistoricChronology Package Description javax.time.i18n Provides classes representing dates and times in alternate calendar systems. -
-
Uses of HistoricChronology in javax.time.i18n
Methods in javax.time.i18n that return HistoricChronology Modifier and Type Method Description static HistoricChronology
HistoricChronology. cutoverAt(LocalDate cutover)
Obtains an instance ofHistoricChronology
specifying the cutover date when the Gregorian/ISO calendar system was first used.HistoricChronology
HistoricDate. getChronology()
Gets the chronology that this date uses, which is the historic calendar system.static HistoricChronology
HistoricChronology. standardCutover()
Obtains an instance ofHistoricChronology
using the standard cutover date of 1582-10-15.
-