pub const MonthAndDay = struct
pub const MonthAndDay = struct { month: Month, day_index: u5, // days into the month (0 to 30) }