pub fn month_days<C: ChineseBased>(year: i32, month: u8) -> u8
Expand description

Returns the number of days in the given (year, month). In the Chinese calendar, months start at each new moon, so this function finds the number of days between the new moon at the beginning of the given month and the new moon at the beginning of the next month.