FullMoon

class FullMoon(val time: Instant) : LunarEvent.PhaseEvent

Moment when all of the lunar disk is illuminated. This event also is the start of the intermediate phase LunarPhase.Intermediate.WaningGibbous.

Constructors

Link copied to clipboard
constructor(time: Instant)

Types

Link copied to clipboard

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