Home
last modified time | relevance | path

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

/external/rust/crates/chrono/src/naive/
Ddate.rs779 fn with_mdf(&self, mdf: Mdf) -> Option<NaiveDate> { in with_mdf() method
1335 self.with_mdf(self.mdf().with_month(month)) in with_month()
1354 self.with_mdf(self.mdf().with_month(month0 + 1)) in with_month0()
1373 self.with_mdf(self.mdf().with_day(day)) in with_day()
1392 self.with_mdf(self.mdf().with_day(day0 + 1)) in with_day0()