Uses of Class
net.time4j.history.NewYearStrategy
Package
Description
Support for the historical ancestors of modern ISO-8601-standard.
-
Uses of NewYearStrategy in net.time4j.history
Modifier and TypeMethodDescriptionNewYearStrategy.and(NewYearStrategy next)
Combines this and given strategy to a new strategy.ChronoHistory.getNewYearStrategy()
Yields the new-year-strategy.NewYearRule.until(int annoDomini)
Creates a new-year-strategy based on this rule which is valid until given year of era.Modifier and TypeMethodDescriptionNewYearStrategy.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.with(NewYearStrategy newYearStrategy)
Creates a copy of this history with given new-year-strategy.