pub fn moon_set_lc_dmy(
    dy: f64,
    mn: u32,
    yr: u32,
    ds: i32,
    zc: i32,
    g_long: f64,
    g_lat: f64
) -> (f64, u32, u32)
Expand description

Local date of moonset.

Original macro names: MoonSetLcDay, MoonSetLcMonth, MoonSetLcYear

§Returns

  • Local date (day)
  • Local date (month)
  • Local date (year)