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