FirstQuarter

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

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

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