toggle menu
kastro
0.3.0
common
switch theme
search in API
kastro
/
dev.jamesyox.kastro.sol
/
SolarEvent
/
Day
Day
class
Day
(
val
time
:
Instant
)
:
SolarEvent.TwilightEvent
Moment when the solar angle rises to 0.0. Begins
SolarPhase.Day
.
Members
Constructors
Day
Link copied to clipboard
constructor
(
time
:
Instant
)
Types
Companion
Link copied to clipboard
object
Companion
:
SolarEventType.Angle.Dawn
Properties
time
Link copied to clipboard
open
override
val
time
:
Instant
Time of the event
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
SolarEvent
)
:
Int