toggle menu
kastro
0.3.0
common
switch theme
search in API
kastro
/
dev.jamesyox.kastro.sol
/
SolarEvent
/
GoldenHourDawnEnd
Golden
Hour
Dawn
End
class
GoldenHourDawnEnd
(
val
time
:
Instant
)
:
SolarEvent.LightEvent
The end of
LightState.GoldenHourDawn
. Happens when the sun rises past 6.0 degrees.
Members
Constructors
Golden
Hour
Dawn
End
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