| Package | Description |
|---|---|
| net.time4j.history |
Support for the historical ancestors of modern ISO-8601-standard.
|
| Modifier and Type | Method and Description |
|---|---|
HistoricEra |
HistoricDate.getEra()
Yields the historic era.
|
static HistoricEra |
HistoricEra.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoricEra[] |
HistoricEra.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ChronoElement<HistoricEra> |
ChronoHistory.era()
Defines the element for the historic era.
|
| Modifier and Type | Method and Description |
|---|---|
HistoricDate |
ChronoHistory.getBeginOfYear(HistoricEra era,
int yearOfEra)
Determines the date of New Year.
|
int |
ChronoHistory.getLengthOfYear(HistoricEra era,
int yearOfEra)
Determines the length of given historic year in days.
|
static HistoricDate |
HistoricDate.of(HistoricEra era,
int yearOfEra,
int month,
int dom)
Equivalent to
HistoricDate.of(era, yearOfEra, month, dom,
YearDefinition.DUAL_DATING, NewYearRule.BEGIN_OF_JANUARY.until(Integer.MAX_VALUE)). |
static HistoricDate |
HistoricDate.of(HistoricEra era,
int yearOfEra,
int month,
int dom,
YearDefinition yearDefinition,
NewYearStrategy newYearStrategy)
Constructs a new tuple of given historic chronological components.
|
Copyright © 2014–2017. All rights reserved.