| Package | Description |
|---|---|
| net.time4j.history |
Support for the historical ancestors of modern ISO-8601-standard.
|
| Modifier and Type | Field and Description |
|---|---|
static AttributeKey<YearDefinition> |
ChronoHistory.YEAR_DEFINITION
Format attribute controlling the type of historic year used in parsing or formatting.
|
| Modifier and Type | Method and Description |
|---|---|
static YearDefinition |
YearDefinition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YearDefinition[] |
YearDefinition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
ChronoElement<Integer> |
ChronoHistory.yearOfEra(YearDefinition yearDefinition)
Defines the element for the year of a given historic era.
|
Copyright © 2014–2017. All rights reserved.