Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 330 of 3,166 for host:developer.mozilla.org (0.03 sec)

  1. 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...
    Registered: Mon Sep 08 09:28:35 UTC 2025
    - Last Modified: Mon Sep 08 00:48:38 UTC 2025
    - 194.8K bytes
    - Viewed (0)
  2. Temporal.PlainTime.prototype.minute - JavaScrip...

    The minute accessor property of Temporal.PlainTime instances returns a integer from 0 to 59 representing the minute component of this time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/minute Similar Results (1)
    Registered: Mon Sep 08 09:26:22 UTC 2025
    - Last Modified: Mon Sep 08 00:48:37 UTC 2025
    - 188.2K bytes
    - Viewed (0)
  3. 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
    Registered: Mon Sep 08 10:02:27 UTC 2025
    - Last Modified: Mon Sep 08 00:48:36 UTC 2025
    - 189.9K bytes
    - Viewed (0)
  4. Temporal.PlainYearMonth.prototype.inLeapYear - ...

    The inLeapYear accessor property of Temporal.PlainYearMonth instances returns a boolean indicating whether this year-month 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/PlainYearMonth/...
    Registered: Mon Sep 08 10:02:35 UTC 2025
    - Last Modified: Mon Sep 08 00:48:38 UTC 2025
    - 189.6K bytes
    - Viewed (0)
  5. 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...
    Registered: Mon Sep 08 09:59:28 UTC 2025
    - Last Modified: Mon Sep 08 00:48:39 UTC 2025
    - 201.3K bytes
    - Viewed (0)
  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
    Registered: Mon Sep 08 09:59:40 UTC 2025
    - Last Modified: Mon Sep 08 00:48:36 UTC 2025
    - 201.8K bytes
    - Viewed (0)
  7. Temporal.PlainDateTime.prototype.toPlainTime() ...

    The toPlainTime() method of Temporal.PlainDateTime instances returns a new Temporal.PlainTime object representing the time part (hour, minute, second, and subsecond components) of this date-time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/t...
    Registered: Mon Sep 08 10:03:15 UTC 2025
    - Last Modified: Mon Sep 08 00:48:37 UTC 2025
    - 194.8K bytes
    - Viewed (0)
  8. 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...
    Registered: Mon Sep 08 10:03:21 UTC 2025
    - Last Modified: Mon Sep 08 00:48:37 UTC 2025
    - 189.1K bytes
    - Viewed (0)
  9. Temporal.Instant.prototype.toLocaleString() - J...

    The toLocaleString() method of Temporal.Instant instances returns a string with a language-sensitive representation of this instant. 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/Instant/toLocal...
    Registered: Mon Sep 08 09:19:23 UTC 2025
    - Last Modified: Mon Sep 08 00:48:36 UTC 2025
    - 191.7K bytes
    - Viewed (0)
  10. Temporal.ZonedDateTime.prototype.month - JavaSc...

    The month accessor property of Temporal.ZonedDateTime instances returns a positive integer representing the 1-based month index in the year of this date. The first month of this year is 1, and the last month is the monthsInYear. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/m...
    Registered: Mon Sep 08 09:24:22 UTC 2025
    - Last Modified: Mon Sep 08 00:48:38 UTC 2025
    - 197.7K bytes
    - Viewed (0)
Back to top