interface SunEvent {
    altitude: number;
    time: number;
}

Properties

Properties

altitude: number

Altitude of the sun at the event

time: number

Seconds since midnight when the event occurs