-
- All Implemented Interfaces:
-
kotlin.collections.Iterable,kotlin.ranges.ClosedRange
public final class LocalDateProgression implements Iterable<LocalDate>, ClosedRange<LocalDate>
-
-
Constructor Summary
Constructors Constructor Description LocalDateProgression(LocalDate start, LocalDate endInclusive, Long stepDays)
-
Method Summary
Modifier and Type Method Description LocalDategetStart()LocalDategetEndInclusive()final LonggetStepDays()Iterator<LocalDate>iterator()final LocalDateProgressionstep(Long days)-
-
Method Detail
-
getEndInclusive
LocalDate getEndInclusive()
-
getStepDays
final Long getStepDays()
-
step
final LocalDateProgression step(Long days)
-
-
-
-