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
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String