Uses of Enum
org.threeten.extra.chrono.AccountingYearDivision
Packages that use AccountingYearDivision
Package
Description
Additional chronologies (calendar systems) that extend
java.time.*.-
Uses of AccountingYearDivision in org.threeten.extra.chrono
Methods in org.threeten.extra.chrono that return AccountingYearDivisionModifier and TypeMethodDescriptionstatic AccountingYearDivisionReturns the enum constant of this type with the specified name.static AccountingYearDivision[]AccountingYearDivision.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.threeten.extra.chrono with parameters of type AccountingYearDivisionModifier and TypeMethodDescriptionAccountingChronologyBuilder.withDivision(AccountingYearDivision division) Sets how a given Accounting year will be divided.