Uses of Class
net.time4j.history.AncientJulianLeapYears
Packages that use AncientJulianLeapYears
Package
Description
Support for the historical ancestors of modern ISO-8601-standard.
-
Uses of AncientJulianLeapYears in net.time4j.history
Fields in net.time4j.history declared as AncientJulianLeapYearsModifier and TypeFieldDescriptionstatic AncientJulianLeapYears
AncientJulianLeapYears.SCALIGER
Proposed by Joseph Justus Scaliger in year 1583, the leap years are assumed to be 42, 39, 36, 33, 30, 27, 24, 21, 18, 15, 12, 9 (BC).Methods in net.time4j.history that return AncientJulianLeapYearsModifier and TypeMethodDescriptionChronoHistory.getAncientJulianLeapYears()
Yields the historic julian leap year pattern if available.static AncientJulianLeapYears
AncientJulianLeapYears.of(int... bcYears)
Creates a new sequence of historical julian leap years before AD 8.Methods in net.time4j.history with parameters of type AncientJulianLeapYearsModifier and TypeMethodDescriptionChronoHistory.with(AncientJulianLeapYears ancientJulianLeapYears)
Creates a copy of this history with given historic julian leap year sequence.