Function sunrise::sunrise_sunset

source ·
pub fn sunrise_sunset(
    latitude: f64,
    longitude: f64,
    year: i32,
    month: u32,
    day: u32
) -> (i64, i64)
Expand description

Calculates the sunrise and sunset times for the given location and date.