Uses of Class
org.threeten.extra.chrono.AccountingChronologyBuilder
Packages that use AccountingChronologyBuilder
Package
Description
Additional chronologies (calendar systems) that extend
java.time.*.-
Uses of AccountingChronologyBuilder in org.threeten.extra.chrono
Methods in org.threeten.extra.chrono that return AccountingChronologyBuilderModifier and TypeMethodDescriptionAccountingChronologyBuilder.accountingYearEndsInIsoYear()Sets the proleptic accounting year to end in the matching Iso year.AccountingChronologyBuilder.accountingYearStartsInIsoYear()Sets the proleptic accounting year to start in the matching Iso year.Sets the day-of-week on which a given Accounting calendar year ends.AccountingChronologyBuilder.inLastWeekOf(Month end) Sets the Gregorian/ISO month-end in which a given Accounting calendar year ends.AccountingChronologyBuilder.leapWeekInMonth(int leapWeekInMonth) Sets the month in which the leap-week occurs.AccountingChronologyBuilder.nearestEndOf(Month end) Sets the Gregorian/ISO month-end which a given Accounting calendar year ends nearest to.AccountingChronologyBuilder.withDivision(AccountingYearDivision division) Sets how a given Accounting year will be divided.