Uses of Class
net.time4j.history.NewYearStrategy
Packages that use NewYearStrategy
Package
Description
Support for the historical ancestors of modern ISO-8601-standard.
- 
Uses of NewYearStrategy in net.time4j.historyMethods in net.time4j.history that return NewYearStrategyModifier 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.Methods in net.time4j.history with parameters of type NewYearStrategyModifier and TypeMethodDescriptionNewYearStrategy.and(NewYearStrategy next)Combines this and given strategy to a new strategy.intHistoricDate.getYearOfEra(NewYearStrategy newYearStrategy)Yields the displayed historic year whose begin is determined by given new-year-strategy.static HistoricDateHistoricDate.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.