-
- All Implemented Interfaces:
public final class LocalDateExtKt
-
-
Method Summary
Modifier and Type Method Description final static LocalDateProgressionrangeTo(LocalDate $self, LocalDate otherInclusive)Allows to create LocalDate range: val d1: LocalDate = ... val d2: LocalDate = ... for (date in d1..d2) { // process date }-
-
Method Detail
-
rangeTo
final static LocalDateProgression rangeTo(LocalDate $self, LocalDate otherInclusive)
Allows to create LocalDate range:
val d1: LocalDate = ... val d2: LocalDate = ... for (date in d1..d2) { // process date }
-
-
-
-