Searched refs:to_of (Results 1 – 2 of 2) sorted by relevance
464 pub fn to_of(&self) -> Of { in to_of() method792 assert_eq!(mdf.valid(), mdf.to_of().valid()); in test_mdf_to_of()801 assert_eq!(of, of.to_mdf().to_of()); in test_of_to_mdf_to_of()811 assert_eq!(mdf, mdf.to_of().to_mdf()); in test_mdf_to_of_to_mdf()
149 NaiveDate::from_of(year, mdf.to_of()) in from_mdf()780 self.with_of(mdf.to_of()) in with_mdf()