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
Fields in javax.time.i18n declared as HistoricChronology Modifier and Type Field Description private HistoricChronology
HistoricChronology.DayOfMonthRule. chrono
The chronology.private HistoricChronology
HistoricChronology.DayOfWeekRule. chrono
The chronology.private HistoricChronology
HistoricChronology.DayOfYearRule. chrono
The chronology.private HistoricChronology
HistoricChronology.EraRule. chrono
The chronology.private HistoricChronology
HistoricChronology.MonthOfYearRule. chrono
The chronology.private HistoricChronology
HistoricChronology.YearRule. chrono
The chronology.private HistoricChronology
HistoricDate. chrono
The cutover between the Julian and Gregorian calendar systems.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.Constructors in javax.time.i18n with parameters of type HistoricChronology Constructor Description DayOfMonthRule(HistoricChronology chrono)
Constructor.DayOfWeekRule(HistoricChronology chrono)
Constructor.DayOfYearRule(HistoricChronology chrono)
Constructor.EraRule(HistoricChronology chrono)
Constructor.HistoricDate(HistoricChronology chrono, int year, MonthOfYear month, int day)
Constructs an instance with the specified date.MonthOfYearRule(HistoricChronology chrono)
Constructor.YearRule(HistoricChronology chrono)
Constructor.
-