TwilightEvent

sealed interface TwilightEvent : SolarEvent

A type of Solar Event that includes the beginning of various SolarPhases

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