GoldenHourDawnEnd

class GoldenHourDawnEnd(val time: Instant) : SolarEvent.LightEvent

The end of LightState.GoldenHourDawn. Happens when the sun rises past 6.0 degrees.

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