Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 801 - 810 of 3,184 for host:developer.mozilla.org (0.56 seconds)

  1. Temporal.ZonedDateTime() - JavaScript | MDN

    The Temporal.ZonedDateTime() constructor creates Temporal.ZonedDateTime objects.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/Z...
    Mon May 04 01:26:22 GMT 2026
      17.4K bytes
  2. Temporal.PlainTime.prototype.equals() - JavaScr...

    The equals() method of Temporal.PlainTime instances returns true if this time is equivalent in value to another time (in a form convertible by Temporal.PlainTime.from()), and false otherwise. They are compared by their time values. It is equivalent to Temporal.PlainTime.compare(this, other) === 0.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/equals
    Mon May 04 01:26:21 GMT 2026
      16.5K bytes
  3. Temporal.ZonedDateTime.prototype.valueOf() - Ja...

    The valueOf() method of Temporal.ZonedDateTime instances throws a TypeError, which prevents Temporal.ZonedDateTime 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/ZonedDateTime/v...
    Mon May 04 01:26:22 GMT 2026
      17.1K bytes
  4. Temporal.PlainDateTime.prototype.eraYear - Java...

    The eraYear accessor property of Temporal.PlainDateTime instances returns a non-negative integer representing the year of this date within the era, or undefined if the calendar does not use eras (e.g., ISO 8601). The year index usually starts from 1 (more common) or 0, and years in an era can decrease with time (e.g., Gregorian BCE). era and eraYear together uniquely identify a year in a calendar, in the same way that year does. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/e...
    Mon May 04 01:26:21 GMT 2026
      16.8K bytes
  5. Temporal.PlainTime.prototype.subtract() - JavaS...

    The subtract() method of Temporal.PlainTime instances returns a new Temporal.PlainTime object representing this time moved backward by a given duration (in a form convertible by Temporal.Duration.from()), wrapping around the clock if necessary.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/subtract
    Mon May 04 01:26:22 GMT 2026
      16.7K bytes
  6. Temporal.PlainDate.prototype.inLeapYear - JavaS...

    The inLeapYear accessor property of Temporal.PlainDate instances returns a boolean indicating whether this date is in a leap year. A leap year is a year that has more days (due to a leap day or leap month) than a common year. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/inLea...
    Mon May 04 01:26:21 GMT 2026
      16.7K bytes
  7. Temporal.ZonedDateTime.prototype.second - JavaS...

    The second accessor property of Temporal.ZonedDateTime instances returns an integer from 0 to 59 representing the second component of this time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/s...
    Mon May 04 01:26:22 GMT 2026
      17.2K bytes
  8. Temporal.PlainYearMonth.prototype.monthsInYear ...

    The monthsInYear accessor property of Temporal.PlainYearMonth instances returns a positive integer representing the number of months in the year of this date. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/...
    Mon May 04 01:26:22 GMT 2026
      16.4K bytes
  9. Temporal.PlainYearMonth() - JavaScript | MDN

    The Temporal.PlainYearMonth() constructor creates Temporal.PlainYearMonth objects.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/...
    Mon May 04 01:26:22 GMT 2026
      17.7K bytes
  10. Temporal.PlainDate.prototype.monthCode - JavaSc...

    The monthCode accessor property of Temporal.PlainDate 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/PlainDate/month...
    Mon May 04 01:26:21 GMT 2026
      18K bytes
Back to Top