Home
last modified time | relevance | path

Searched refs:number_from_month (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/chrono/src/
Dlib.rs1046 pub fn number_from_month(&self) -> u32 { in number_from_month() method
1472 let dt = Utc.ymd(2019, month.number_from_month(), 28).and_hms(9, 10, 11); in test_month_enum_primitive_parse()