Noon

class Noon(val time: Instant) : SolarEvent

Solar noon. When the sun is at its highest position in the sky for a given cycle.

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