pub fn index_from_month(month: Month) -> u64
Converts a Month enum to an integer in the range 1-12.
Month