VariableTime

data class VariableTime(val dailyEvent: EventTime, val timeOffset: TimeOffset? = null) : Time(source)

The time of a daily event (e.g. sunrise) plus/minus an offset (e.g. 1 hour after sunrise)

Constructors

Link copied to clipboard
constructor(dailyEvent: EventTime, timeOffset: TimeOffset? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator fun rangeTo(end: ExtendedTime): TimeSpan
Link copied to clipboard
open override fun toString(): String