TimeIntervals

data class TimeIntervals(val start: Time, val end: ExtendedTime, val step: Interval) : TimePointsSelector(source)

At intervals of the given step in-between the time range from start to end.

Constructors

Link copied to clipboard
constructor(start: Time, end: ExtendedTime, step: Interval)

Properties

Link copied to clipboard
Link copied to clipboard
val start: Time
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String