SunsetBegin

class SunsetBegin(val time: Instant) : SolarEvent.HorizonEvent

When the bottom edge of the sun touches the horizon when the sun is setting.

Constructors

Link copied to clipboard
constructor(time: Instant)

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