Searched defs:with_month (Results 1 – 6 of 6) sorted by relevance
164 fn with_month(&self, month: u32) -> Option<Self>; in with_month() method
436 fn with_month(&self, month: u32) -> Option<Date<Tz>> { in with_month() method
280 pub(super) const fn with_month(&self, month: u32) -> Option<Mdf> { in with_month() method
1189 fn with_month(&self, month: u32) -> Option<NaiveDateTime> { in with_month() method
1244 fn with_month(&self, month: u32) -> Option<DateTime<Tz>> { in with_month() method
1723 fn with_month(&self, month: u32) -> Option<NaiveDate> { in with_month() method