fn month_start_weekday(year: i32, month: u32) -> i32
Returns the Monday-based weekday index (Mon=0 … Sun=6) of the first day of month in year.
month
year