TimeInPast

data class TimeInPast(val time: Instant) : ObservingTime

Constructors

Link copied to clipboard
fun TimeInPast(time: Instant)

Functions

Link copied to clipboard
open operator override fun compareTo(other: ObservingTime): Int

Properties

Link copied to clipboard
val time: Instant