Moonrise

class Moonrise(val time: Instant) : LunarEvent.HorizonEvent

When the moon rises above the horizon.

Constructors

Link copied to clipboard
constructor(time: Instant)

Properties

Link copied to clipboard
open override val time: Instant

Moment of the lunar event

Functions

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