| Package | Description |
|---|---|
| net.time4j.format.expert |
This package contains the expert-level format- and parse engine of Time4J.
|
| net.time4j.history |
Support for the historical ancestors of modern ISO-8601-standard.
|
| Modifier and Type | Method and Description |
|---|---|
ChronoFormatter<T> |
ChronoFormatter.with(ChronoHistory history)
Creates a copy of this formatter with the given chronological history of gregorian calendar reforms.
|
| Modifier and Type | Field and Description |
|---|---|
static ChronoHistory |
ChronoHistory.PROLEPTIC_BYZANTINE
Describes no real historic event but just the proleptic byzantine calendar which is assumed
to be in power all times on or after the creation of the world.
|
static ChronoHistory |
ChronoHistory.PROLEPTIC_GREGORIAN
Describes no real historic event but just the proleptic gregorian calendar which is assumed
to be in power all times.
|
static ChronoHistory |
ChronoHistory.PROLEPTIC_JULIAN
Describes no real historic event but just the proleptic julian calendar which is assumed
to be in power all times.
|
| Modifier and Type | Method and Description |
|---|---|
static ChronoHistory |
ChronoHistory.of(Locale locale)
Determines the (usually approximate) history of gregorian calendar reforms for given locale.
|
static ChronoHistory |
ChronoHistory.ofFirstGregorianReform()
Describes the original switch from julian to gregorian calendar introduced
by pope Gregor on 1582-10-15.
|
static ChronoHistory |
ChronoHistory.ofGregorianReform(PlainDate start)
Describes a single switch from julian to gregorian calendar at given date.
|
static ChronoHistory |
ChronoHistory.ofSweden()
The Swedish calendar has three cutover dates due to a failed experiment
when switching to gregorian calendar in the years 1700-1712 step by step.
|
ChronoHistory |
ChronoHistory.with(AncientJulianLeapYears ancientJulianLeapYears)
Creates a copy of this history with given historic julian leap year sequence.
|
ChronoHistory |
ChronoHistory.with(EraPreference eraPreference)
Creates a copy of this history with given era preference.
|
ChronoHistory |
ChronoHistory.with(NewYearStrategy newYearStrategy)
Creates a copy of this history with given new-year-strategy.
|
Copyright © 2014–2017. All rights reserved.