Uses of Enum Class
net.time4j.history.YearDefinition
Packages that use YearDefinition
Package
Description
Support for various regional calendars.
Support for the historical ancestors of modern ISO-8601-standard.
-
Uses of YearDefinition in net.time4j.calendar
Methods in net.time4j.calendar with parameters of type YearDefinitionModifier and TypeMethodDescriptionstatic HistoricCalendarHistoricCalendar.of(ChronoHistory history, HistoricEra era, int yearOfEra, YearDefinition yearDefinition, int historicMonth, int historicDayOfMonth)Constructs a new historic calendar. -
Uses of YearDefinition in net.time4j.history
Fields in net.time4j.history with type parameters of type YearDefinitionModifier and TypeFieldDescriptionstatic AttributeKey<YearDefinition>ChronoHistory.YEAR_DEFINITIONFormat attribute controlling the type of historic year used in parsing or formatting.Methods in net.time4j.history that return YearDefinitionModifier and TypeMethodDescriptionstatic YearDefinitionReturns the enum constant of this class with the specified name.static YearDefinition[]YearDefinition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.time4j.history with parameters of type YearDefinitionModifier and TypeMethodDescriptionstatic HistoricDateHistoricDate.of(HistoricEra era, int yearOfEra, int month, int dom, YearDefinition yearDefinition, NewYearStrategy newYearStrategy)Constructs a new tuple of given historic chronological components.ChronoHistory.yearOfEra(YearDefinition yearDefinition)Defines the element for the year of a given historic era.