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.
Creates a progression that steps over the dates in this progression in increments of decades.
Creates a progression that steps over the dates in this progression in increments of centuries.
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: Days): TimePointSecondProgression<T>
Content copied to clipboard
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: Hours): TimePointSecondProgression<T>
Content copied to clipboard
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: Minutes): TimePointSecondProgression<T>
Content copied to clipboard
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: Seconds): TimePointSecondProgression<T>
Content copied to clipboard
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: Milliseconds): TimePointNanosecondProgression<T>
Content copied to clipboard
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: Microseconds): TimePointNanosecondProgression<T>
Content copied to clipboard
infix fun <T : TimePoint<T>> TimePointProgressionBuilder<T>.step(step: Nanoseconds): TimePointNanosecondProgression<T>
Content copied to clipboard