You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let result be ? TemporalDurationFromInternal(duration, day).
The call to TemporalDurationFromInternal is infallible.
The calls to TemporalDurationFromInternal in DifferenceTemporalZonedDateTime and DifferenceTemporalPlainDateTime are likely also infallible, because the duration components can't be large enough for TemporalDurationFromInternal to fail.
The text was updated successfully, but these errors were encountered:
DifferenceTemporalPlainYearMonth, step 17:
The call to
TemporalDurationFromInternal
is infallible.The calls to
TemporalDurationFromInternal
inDifferenceTemporalZonedDateTime
andDifferenceTemporalPlainDateTime
are likely also infallible, because the duration components can't be large enough forTemporalDurationFromInternal
to fail.The text was updated successfully, but these errors were encountered: