Home
last modified time | relevance | path

Searched defs:with_year (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/chrono/src/
Ddate.rs375 fn with_year(&self, year: i32) -> Option<Date<Tz>> { in with_year() method
Dlib.rs1300 fn with_year(&self, year: i32) -> Option<Self>; in with_year() method
Ddatetime.rs574 fn with_year(&self, year: i32) -> Option<DateTime<Tz>> { in with_year() method
/external/rust/crates/chrono/src/naive/
Ddatetime.rs873 fn with_year(&self, year: i32) -> Option<NaiveDateTime> { in with_year() method
Ddate.rs1308 fn with_year(&self, year: i32) -> Option<NaiveDate> { in with_year() method