ClockTime

data class ClockTime(val hour: Int, val minutes: Int = 0) : Time, Interval(source)

A hour:minutes time as seen on a 24-hour clock

Constructors

Link copied to clipboard
constructor(hour: Int, minutes: Int = 0)

Properties

Link copied to clipboard
val hour: Int
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