Searched refs:with_month0 (Results 1 – 5 of 5) sorted by relevance
385 fn with_month0(&self, month0: u32) -> Option<Date<Tz>> { in with_month0() method386 map_local(self, |date| date.with_month0(month0)) in with_month0()
1310 fn with_month0(&self, month0: u32) -> Option<Self>; in with_month0() method
584 fn with_month0(&self, month0: u32) -> Option<DateTime<Tz>> { in with_month0() method585 map_local(self, |datetime| datetime.with_month0(month0)) in with_month0()
917 fn with_month0(&self, month0: u32) -> Option<NaiveDateTime> { in with_month0() method918 self.date.with_month0(month0).map(|d| NaiveDateTime { date: d, ..*self }) in with_month0()
1353 fn with_month0(&self, month0: u32) -> Option<NaiveDate> { in with_month0() method