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 HistoricChronologyHistoricChronology. cutoverAt(LocalDate cutover)Obtains an instance ofHistoricChronologyspecifying the cutover date when the Gregorian/ISO calendar system was first used.HistoricChronologyHistoricDate. getChronology()Gets the chronology that this date uses, which is the historic calendar system.static HistoricChronologyHistoricChronology. standardCutover()Obtains an instance ofHistoricChronologyusing the standard cutover date of 1582-10-15.
-