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 HistoricChronology
HistoricChronology.DayOfMonthRule.chrono
The chronology.private final HistoricChronology
HistoricChronology.DayOfWeekRule.chrono
The chronology.private final HistoricChronology
HistoricChronology.DayOfYearRule.chrono
The chronology.private final HistoricChronology
HistoricChronology.EraRule.chrono
The chronology.private final HistoricChronology
HistoricChronology.MonthOfYearRule.chrono
The chronology.private final HistoricChronology
HistoricChronology.YearRule.chrono
The chronology.private final HistoricChronology
HistoricDate.chrono
The cutover between the Julian and Gregorian calendar systems.Methods in javax.time.i18n that return HistoricChronologyModifier and TypeMethodDescriptionstatic HistoricChronology
Obtains an instance ofHistoricChronology
specifying 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 HistoricChronology
HistoricChronology.standardCutover()
Obtains an instance ofHistoricChronology
using the standard cutover date of 1582-10-15.Constructors in javax.time.i18n with parameters of type HistoricChronologyModifierConstructorDescriptionprivate
DayOfMonthRule
(HistoricChronology chrono) Constructor.private
DayOfWeekRule
(HistoricChronology chrono) Constructor.private
DayOfYearRule
(HistoricChronology chrono) Constructor.private
EraRule
(HistoricChronology chrono) Constructor.(package private)
HistoricDate
(HistoricChronology chrono, int year, MonthOfYear month, int day) Constructs an instance with the specified date.private
MonthOfYearRule
(HistoricChronology chrono) Constructor.private
YearRule
(HistoricChronology chrono) Constructor.