Uses of Class
javax.time.i18n.HistoricChronology
Packages that use HistoricChronology
Package
Description
Provides classes representing dates and times in alternate calendar systems.
-
Uses of HistoricChronology in javax.time.i18n
Fields in javax.time.i18n declared as HistoricChronologyModifier and TypeFieldDescriptionprivate final HistoricChronologyHistoricChronology.DayOfMonthRule.chronoThe chronology.private final HistoricChronologyHistoricChronology.DayOfWeekRule.chronoThe chronology.private final HistoricChronologyHistoricChronology.DayOfYearRule.chronoThe chronology.private final HistoricChronologyHistoricChronology.EraRule.chronoThe chronology.private final HistoricChronologyHistoricChronology.MonthOfYearRule.chronoThe chronology.private final HistoricChronologyHistoricChronology.YearRule.chronoThe chronology.private final HistoricChronologyHistoricDate.chronoThe cutover between the Julian and Gregorian calendar systems.Methods in javax.time.i18n that return HistoricChronologyModifier and TypeMethodDescriptionstatic HistoricChronologyObtains an instance ofHistoricChronologyspecifying the cutover date when the Gregorian/ISO calendar system was first used.HistoricDate.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.Constructors in javax.time.i18n with parameters of type HistoricChronologyModifierConstructorDescriptionprivateDayOfMonthRule(HistoricChronology chrono) Constructor.privateDayOfWeekRule(HistoricChronology chrono) Constructor.privateDayOfYearRule(HistoricChronology chrono) Constructor.privateEraRule(HistoricChronology chrono) Constructor.(package private)HistoricDate(HistoricChronology chrono, int year, MonthOfYear month, int day) Constructs an instance with the specified date.privateMonthOfYearRule(HistoricChronology chrono) Constructor.privateYearRule(HistoricChronology chrono) Constructor.