public class LocalDatePeriodCountCalculator extends Object implements net.objectlab.kit.datecalc.common.PeriodCountCalculator<LocalDate>
LocalDatePeriod based implementation of the
PeriodCountCalculator.| Constructor and Description |
|---|
LocalDatePeriodCountCalculator() |
| Modifier and Type | Method and Description |
|---|---|
int |
dayDiff(LocalDate start,
LocalDate end,
net.objectlab.kit.datecalc.common.PeriodCountBasis basis) |
double |
monthDiff(LocalDate start,
LocalDate end,
net.objectlab.kit.datecalc.common.PeriodCountBasis basis) |
double |
yearDiff(LocalDate start,
LocalDate end,
net.objectlab.kit.datecalc.common.PeriodCountBasis basis) |
public int dayDiff(LocalDate start, LocalDate end, net.objectlab.kit.datecalc.common.PeriodCountBasis basis)
dayDiff in interface net.objectlab.kit.datecalc.common.PeriodCountCalculator<LocalDate>public double monthDiff(LocalDate start, LocalDate end, net.objectlab.kit.datecalc.common.PeriodCountBasis basis)
monthDiff in interface net.objectlab.kit.datecalc.common.PeriodCountCalculator<LocalDate>Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.