StartingAtTime

data class StartingAtTime(val start: Time) : TimeSpansSelector

From start time with open end

Constructors

Link copied to clipboard
constructor(start: Time)

Properties

Link copied to clipboard
val start: Time

Functions

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