TimeWindow

@Serializable
data class TimeWindow(val start: Int, val end: Int)

Constructors

Link copied to clipboard
constructor(start: Int, end: Int)

Properties

Link copied to clipboard
val end: Int

seconds since midnight

Link copied to clipboard
val start: Int

seconds since midnight