Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 101 - 110 of 2,533 for host:developer.mozilla.org (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. Temporal.ZonedDateTime.prototype.since() - Java...

    The since() method of Temporal.ZonedDateTime instances returns a new Temporal.Duration object representing the duration from another date-time (in a form convertible by Temporal.ZonedDateTime.from()) to this date-time. The duration is positive if the other date-time is before this date-time, and negative if after.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/s...
    Mon Mar 23 01:15:37 GMT 2026
      17.7K bytes
  2. Temporal.Instant.compare() - JavaScript | MDN

    The Temporal.Instant.compare() static method returns a number (-1, 0, or 1) indicating whether the first instant comes before, is the same as, or comes after the second instant. It is equivalent to comparing the epochNanoseconds of the two instants.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/compare
    Mon Mar 23 01:15:35 GMT 2026
      16.4K bytes
  3. 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 Mar 23 01:15:36 GMT 2026
      17.2K bytes
  4. Temporal.ZonedDateTime.prototype.subtract() - J...

    The subtract() method of Temporal.ZonedDateTime instances returns a new Temporal.ZonedDateTime object representing this date-time moved backward by a given duration (in a form convertible by Temporal.Duration.from()).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/s...
    Mon Mar 23 01:15:37 GMT 2026
      17.1K bytes
  5. 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 Mar 23 01:15:36 GMT 2026
      18K bytes
  6. 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 Mar 23 01:15:37 GMT 2026
      16.9K bytes
  7. Temporal.PlainMonthDay.prototype.equals() - Jav...

    The equals() method of Temporal.PlainMonthDay instances returns true if this month-day is equivalent in value to another month-day (in a form convertible by Temporal.PlainMonthDay.from()), and false otherwise. They are compared both by their underlying ISO date values and their calendars.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/e...
    Mon Mar 23 01:15:36 GMT 2026
      16.4K bytes
  8. Temporal.Instant.prototype.add() - JavaScript |...

    The add() method of Temporal.Instant instances returns a new Temporal.Instant object representing this instant 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/Instant/add
    Mon Mar 23 01:15:35 GMT 2026
      17.1K bytes
  9. Temporal.PlainDateTime.prototype.withCalendar()...

    The withCalendar() method of Temporal.PlainDateTime instances returns a new Temporal.PlainDateTime 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/PlainDateTime/w...
    Mon Mar 23 01:15:36 GMT 2026
      16.6K bytes
  10. 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 Mar 23 01:15:36 GMT 2026
      16.4K bytes
Back to Top