Simple

sealed interface Simple : SolarEvent.HorizonEvent

Simple HorizonEvents include just Sunset and Sunrise

Inheritors

Properties

Link copied to clipboard
abstract val time: Instant

Time of the event

Functions

Link copied to clipboard
open operator override fun compareTo(other: SolarEvent): Int