• Home
  • Raw
  • Download

Lines Matching full:resulting

93     /// - The resulting date does not exist (February 29 in a non-leap year).
95 /// - In case of [`DateTime<Tz>`] if the resulting date and time fall within a timezone
110 /// // Resulting date 2023-02-29 does not exist:
127 /// - The resulting date does not exist (for example `month(4)` when day of the month is 31).
128 /// - In case of [`DateTime<Tz>`] if the resulting date and time fall within a timezone
143 /// // Resulting date 2023-09-31 does not exist:
172 /// - The resulting date does not exist (for example `month0(3)` when day of the month is 31).
173 /// - In case of [`DateTime<Tz>`] if the resulting date and time fall within a timezone
186 /// - The resulting date does not exist (for example `day(31)` in April).
187 /// - In case of [`DateTime<Tz>`] if the resulting date and time fall within a timezone
200 /// - The resulting date does not exist (for example `day0(30)` in April).
201 /// - In case of [`DateTime<Tz>`] if the resulting date and time fall within a timezone
214 /// - The resulting date does not exist (`with_ordinal(366)` in a non-leap year).
215 /// - In case of [`DateTime<Tz>`] if the resulting date and time fall within a timezone
228 /// - The resulting date does not exist (`with_ordinal0(365)` in a non-leap year).
229 /// - In case of [`DateTime<Tz>`] if the resulting date and time fall within a timezone
296 /// Returns `None` when the resulting value would be invalid.
301 /// Returns `None` when the resulting value would be invalid.
306 /// Returns `None` when the resulting value would be invalid.
313 /// Returns `None` when the resulting value would be invalid.