| Package | Description |
|---|---|
| net.time4j.history |
Support for the historical ancestors of modern ISO-8601-standard.
|
| Modifier and Type | Field and Description |
|---|---|
static 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 Type | Method and Description |
|---|---|
AncientJulianLeapYears |
ChronoHistory.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 Type | Method and Description |
|---|---|
ChronoHistory |
ChronoHistory.with(AncientJulianLeapYears ancientJulianLeapYears)
Creates a copy of this history with given historic julian leap year sequence.
|
Copyright © 2014–2017. All rights reserved.