AstronomicalDawn

class AstronomicalDawn(val time: Instant) : SolarEvent.TwilightEvent

Moment when the sun rises to -18.0 degrees. Begins SolarPhase.AstronomicalDawn.

Constructors

Link copied to clipboard
constructor(time: Instant)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val time: Instant

Time of the event

Functions

Link copied to clipboard
open operator override fun compareTo(other: SolarEvent): Int