Package | Description |
---|---|
net.time4j.history |
Support for the historical ancestors of modern ISO-8601-standard.
|
Modifier and Type | Method and Description |
---|---|
NewYearStrategy |
NewYearStrategy.and(NewYearStrategy next)
Combines this and given strategy to a new strategy.
|
NewYearStrategy |
ChronoHistory.getNewYearStrategy()
Yields the new-year-strategy.
|
NewYearStrategy |
NewYearRule.until(int annoDomini)
Creates a new-year-strategy based on this rule which is valid until given year of era.
|
Modifier and Type | Method and Description |
---|---|
NewYearStrategy |
NewYearStrategy.and(NewYearStrategy next)
Combines this and given strategy to a new strategy.
|
int |
HistoricDate.getYearOfEra(NewYearStrategy newYearStrategy)
Yields the displayed historic year whose begin is determined by given new-year-strategy.
|
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.
|
ChronoHistory |
ChronoHistory.with(NewYearStrategy newYearStrategy)
Creates a copy of this history with given new-year-strategy.
|
Copyright © 2014–2020. All rights reserved.