NewMoon

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

Moment when the Sun and Moon are aligned and the lunar disc is not illuminated. This event also is the start of the intermediate phase LunarPhase.Intermediate.WaxingCrescent.

See Wikipedia: New Moon

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