[][src]Function avr_libc::week_of_month

pub unsafe extern "C" fn week_of_month(timeptr: *const tm, start: u8) -> u8

Return the calendar week of month, where the first week is considered to begin on the day of week specified by 'start'. The returned value may range from zero to 5.