core / io.islandtime.ranges / step

step

(iosArm64, iosX64, jvm, macosX64) infix fun DateDayProgression.step(step: IntDays): DateDayProgression

Step over dates in increments of days

(iosArm64, iosX64, jvm, macosX64) infix fun DateDayProgression.step(step: IntWeeks): DateDayProgression
infix fun DateDayProgression.step(step: IntYears): DateMonthProgression
infix fun DateDayProgression.step(step: IntDecades): DateMonthProgression
infix fun DateDayProgression.step(step: IntCenturies): DateMonthProgression
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: IntDays): TimePointSecondProgression<T>
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: IntHours): TimePointSecondProgression<T>
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: IntMinutes): TimePointSecondProgression<T>
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: IntSeconds): TimePointSecondProgression<T>
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: IntMilliseconds): TimePointNanosecondProgression<T>
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: LongMilliseconds): TimePointNanosecondProgression<T>
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: IntMicroseconds): TimePointNanosecondProgression<T>
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: LongMicroseconds): TimePointNanosecondProgression<T>
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: IntNanoseconds): TimePointNanosecondProgression<T>
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: LongNanoseconds): TimePointNanosecondProgression<T>(iosArm64, iosX64, jvm, macosX64) infix fun DateDayProgression.step(step: IntMonths): DateMonthProgression

Step over dates in increments of months