Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 211 - 220 of 3,184 for host:developer.mozilla.org (0.04 seconds)

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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/compare
    Mon May 04 01:26:21 GMT 2026
      17K bytes
  6. 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/add
    Mon May 04 01:26:21 GMT 2026
      18.3K bytes
  7. 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
  8. 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
  9. 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
  10. 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
Back to Top