- Sort Score
- Num 10 results
- Language All
- Labels All
Results 211 - 220 of 3,184 for host:developer.mozilla.org (0.04 seconds)
-
Temporal.ZonedDateTime.prototype.withCalendar()...
The withCalendar() method of Temporal.ZonedDateTime instances returns a new Temporal.ZonedDateTime object representing this date-time interpreted in the new calendar system. Because all Temporal objects are designed to be immutable, this method essentially functions as the setter for the date-time's calendarId property.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/w...Mon May 04 01:26:22 GMT 2026 17.1K bytes -
Temporal.PlainDate.prototype.yearOfWeek - JavaS...
The yearOfWeek accessor property of Temporal.PlainDate instances returns an integer representing the year to be paired with the weekOfYear of this date, or undefined if the calendar does not have a well-defined week system. It is calendar-dependent.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/yearO...Mon May 04 01:26:21 GMT 2026 16.5K bytes -
Temporal.PlainMonthDay.prototype.valueOf() - Ja...
The valueOf() method of Temporal.PlainMonthDay instances throws a TypeError, which prevents Temporal.PlainMonthDay instances from being implicitly converted to primitives when used in arithmetic or comparison operations.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/v...Mon May 04 01:26:21 GMT 2026 16.8K bytes -
Temporal.PlainMonthDay() - JavaScript | MDN
The Temporal.PlainMonthDay() constructor creates Temporal.PlainMonthDay objects.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/P...Mon May 04 01:26:21 GMT 2026 17.6K bytes -
Temporal.PlainDate.compare() - JavaScript | MDN
The Temporal.PlainDate.compare() static method returns a number (-1, 0, or 1) indicating whether the first date comes before, is the same as, or comes after the second date. Equivalent to comparing the year, month, and day fields of the underlying ISO 8601 dates.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/compareMon May 04 01:26:21 GMT 2026 17K bytes -
Temporal.PlainDate.prototype.add() - JavaScript...
The add() method of Temporal.PlainDate instances returns a new Temporal.PlainDate object representing this date moved forward by a given duration (in a form convertible by Temporal.Duration.from()).developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/addMon May 04 01:26:21 GMT 2026 18.3K bytes -
Temporal.PlainYearMonth.prototype.calendarId - ...
The calendarId accessor property of Temporal.PlainYearMonth instances returns a string representing the calendar used to interpret the internal ISO 8601 date.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/...Mon May 04 01:26:22 GMT 2026 16.6K bytes -
Temporal.PlainDateTime.prototype.monthCode - Ja...
The monthCode accessor property of Temporal.PlainDateTime instances returns a calendar-specific string representing the month of this date. It is calendar-dependent.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/m...Mon May 04 01:26:21 GMT 2026 16.8K bytes -
Temporal.ZonedDateTime.prototype.equals() - Jav...
The equals() method of Temporal.ZonedDateTime instances returns true if this date-time is equivalent in value to another date-time (in a form convertible by Temporal.ZonedDateTime.from()), and false otherwise. They are compared both by their instant values, time zones, and their calendars, so two date-times from different calendars or time zones may be considered equal by Temporal.ZonedDateTime.compare() but not by equals().developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/e...Mon May 04 01:26:22 GMT 2026 17.3K bytes -
Temporal.PlainTime.prototype.toLocaleString() -...
The toLocaleString() method of Temporal.PlainTime instances returns a string with a language-sensitive representation of this time. In implementations with Intl.DateTimeFormat API support, this method delegates to Intl.DateTimeFormat.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/toLoc...Mon May 04 01:26:22 GMT 2026 17.8K bytes