Uses of Class
net.time4j.history.AncientJulianLeapYears
Package
Description
Support for the historical ancestors of modern ISO-8601-standard.
-
Uses of AncientJulianLeapYears in net.time4j.history
Modifier 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).Modifier 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.Modifier and TypeMethodDescriptionChronoHistory.with(AncientJulianLeapYears ancientJulianLeapYears)
Creates a copy of this history with given historic julian leap year sequence.