Day

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

Moment when the solar angle rises to 0.0. Begins SolarPhase.Day.

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