step
Creates a progression that steps over the dates in this progression in increments of days.
Creates a progression that steps over the dates in this progression in increments of weeks.
Creates a progression that steps over the dates in this progression in increments of months.
Creates a progression that steps over the dates in this progression in increments of years.
infix fun DateDayProgression.step(step: IntDecades): DateMonthProgression
Content copied to clipboard
Creates a progression that steps over the dates in this progression in increments of decades.
infix fun DateDayProgression.step(step: IntCenturies): DateMonthProgression
Content copied to clipboard
Creates a progression that steps over the dates in this progression in increments of centuries.
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: IntDays): TimePointSecondProgression<T>
Content copied to clipboard
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: IntHours): TimePointSecondProgression<T>
Content copied to clipboard
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: IntMinutes): TimePointSecondProgression<T>
Content copied to clipboard
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: IntSeconds): TimePointSecondProgression<T>
Content copied to clipboard
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: IntMilliseconds): TimePointNanosecondProgression<T>
Content copied to clipboard
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: LongMilliseconds): TimePointNanosecondProgression<T>
Content copied to clipboard
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: IntMicroseconds): TimePointNanosecondProgression<T>
Content copied to clipboard
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: LongMicroseconds): TimePointNanosecondProgression<T>
Content copied to clipboard
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: IntNanoseconds): TimePointNanosecondProgression<T>
Content copied to clipboard
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: LongNanoseconds): TimePointNanosecondProgression<T>
Content copied to clipboard