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 HistoricChronologyHistoricChronology.DayOfMonthRule. chronoThe chronology.private HistoricChronologyHistoricChronology.DayOfWeekRule. chronoThe chronology.private HistoricChronologyHistoricChronology.DayOfYearRule. chronoThe chronology.private HistoricChronologyHistoricChronology.EraRule. chronoThe chronology.private HistoricChronologyHistoricChronology.MonthOfYearRule. chronoThe chronology.private HistoricChronologyHistoricChronology.YearRule. chronoThe chronology.private HistoricChronologyHistoricDate. chronoThe cutover between the Julian and Gregorian calendar systems.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.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.
-