pub fn ut_lc_month(
    u_hours: f64,
    u_minutes: f64,
    u_seconds: f64,
    daylight_saving: i32,
    zone_correction: i32,
    greenwich_day: f64,
    greenwich_month: u32,
    greenwich_year: u32
) -> u32
Expand description

Get Local Civil Month for Universal Time.

Original macro name: UTLcMonth