Moonset

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

When the moon sets below 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