ExtendedClockTime

data class ExtendedClockTime(val hour: Int, val minutes: Int = 0) : ExtendedTime(source)

A hour:minutes time as seen on a 48-hour clock, lol

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 override fun toString(): String