Searched defs:checked_sub_months (Results 1 – 3 of 3) sorted by relevance
748 pub const fn checked_sub_months(self, rhs: Months) -> Option<NaiveDateTime> { in checked_sub_months() method
496 pub fn checked_sub_months(self, months: Months) -> Option<DateTime<Tz>> { in checked_sub_months() method
580 pub const fn checked_sub_months(self, months: Months) -> Option<Self> { in checked_sub_months() method