Sunset

class Sunset(val time: Instant) : SolarEvent.HorizonEvent.Simple

Moment when the top edge of the sun completely disappears behind the horizon

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