Searched refs:number_from_month (Results 1 – 1 of 1) sorted by relevance
1046 pub fn number_from_month(&self) -> u32 { in number_from_month() method1472 let dt = Utc.ymd(2019, month.number_from_month(), 28).and_hms(9, 10, 11); in test_month_enum_primitive_parse()