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
): either a normal completion containing an ISO Date Record or a throw completion
1051
-
</h1>
1052
-
<dlclass="header">
1053
-
<dt>description</dt>
1054
-
<dd>It performs the conversion operation of a Calendar Fields Record to an ISO Date Record for the ISO 8601 calendar in the context of Temporal.PlainMonthDay, as CalendarMonthDayFromFields does for other calendars.</dd>
1055
-
</dl>
1056
-
<emu-alg>
1057
-
1. Let _month_ be _fields_.[[Month]].
1058
-
1. Let _day_ be _fields_.[[Day]].
1059
-
1.Assert:_month_ and _day_ are not ~unset~.
1060
-
1. Let _year_ be _fields_.[[Year]].
1061
-
1. Let _referenceISOYear_ be 1972 (the first ISO 8601 leap year after the epoch).
1062
-
1. If _year_ is ~unset~, then
1063
-
1. Let _result_ be ? RegulateISODate(_referenceISOYear_, _month_, _day_, _overflow_).
1064
-
1. Else,
1065
-
1. Let _result_ be ? RegulateISODate(_year_, _month_, _day_, _overflow_).
0 commit comments