KvadrantTime

data class KvadrantTime(val hour: Int, val minute: Int)

A time of day on a 24-hour clock, whatever cycle the picker shows it on.

Constructors

Link copied to clipboard
constructor(hour: Int, minute: Int)

Properties

Link copied to clipboard
val hour: Int
Link copied to clipboard
val minute: Int