Searched refs:with_mdf (Results 1 – 1 of 1) sorted by relevance
779 fn with_mdf(&self, mdf: Mdf) -> Option<NaiveDate> { in with_mdf() method1335 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()