Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 771 - 780 of 3,220 for host:developer.mozilla.org (0.07 sec)

  1. Temporal.PlainTime.prototype.nanosecond - JavaS...

    The nanosecond accessor property of Temporal.PlainTime instances returns a integer from 0 to 999 representing the nanosecond (10-9 second) component of this time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/nanos...
    Registered: Mon Jul 07 02:58:25 UTC 2025
    - Last Modified: Thu Jul 03 09:38:24 UTC 2025
    - 79.3K bytes
    - Viewed (0)
  2. Temporal.Instant.prototype.round() - JavaScript...

    The round() method of Temporal.Instant instances returns a new Temporal.Instant object representing this instant rounded to the given unit.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/round
    Registered: Mon Jul 07 02:58:33 UTC 2025
    - Last Modified: Thu Jul 03 09:38:23 UTC 2025
    - 80.3K bytes
    - Viewed (0)
  3. Temporal.Instant.prototype.equals() - JavaScrip...

    The equals() method of Temporal.Instant instances returns true if this instant is equivalent in value to another instant (in a form convertible by Temporal.Instant.from()), and false otherwise. They are compared by their epochNanoseconds. It is equivalent to Temporal.Instant.compare(this, other) === 0.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/equals
    Registered: Mon Jul 07 02:58:38 UTC 2025
    - Last Modified: Thu Jul 03 09:38:22 UTC 2025
    - 77.3K bytes
    - Viewed (0)
  4. Temporal.ZonedDateTime.prototype.monthCode - Ja...

    The monthCode accessor property of Temporal.ZonedDateTime 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/ZonedDateTime/m...
    Registered: Mon Jul 07 02:56:38 UTC 2025
    - Last Modified: Thu Jul 03 09:38:25 UTC 2025
    - 97.4K bytes
    - Viewed (0)
  5. Temporal.PlainDateTime.compare() - JavaScript |...

    The Temporal.PlainDateTime.compare() static method returns a number (-1, 0, or 1) indicating whether the first date-time comes before, is the same as, or comes after the second date-time. Equivalent to first comparing their dates, then comparing their times if the dates are the same.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/c...
    Registered: Mon Jul 07 02:57:29 UTC 2025
    - Last Modified: Thu Jul 03 09:38:23 UTC 2025
    - 95.1K bytes
    - Viewed (0)
  6. Temporal.PlainMonthDay.prototype.toLocaleString...

    The toLocaleString() method of Temporal.PlainMonthDay instances returns a string with a language-sensitive representation of this month-day. 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/PlainMonthDay/t...
    Registered: Mon Jul 07 02:59:19 UTC 2025
    - Last Modified: Thu Jul 03 09:38:24 UTC 2025
    - 85.8K bytes
    - Viewed (0)
  7. Temporal.PlainDateTime.prototype.calendarId - J...

    The calendarId accessor property of Temporal.PlainDateTime 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/PlainDateTime/c...
    Registered: Mon Jul 07 02:59:24 UTC 2025
    - Last Modified: Thu Jul 03 09:38:23 UTC 2025
    - 88.6K bytes
    - Viewed (0)
  8. Temporal.ZonedDateTime.prototype.nanosecond - J...

    The nanosecond accessor property of Temporal.ZonedDateTime instances returns a integer from 0 to 999 representing the nanosecond (10-9 second) component of this time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/n...
    Registered: Mon Jul 07 02:59:30 UTC 2025
    - Last Modified: Thu Jul 03 09:38:25 UTC 2025
    - 96.2K bytes
    - Viewed (0)
  9. Temporal.PlainYearMonth.prototype.year - JavaSc...

    The year accessor property of Temporal.PlainYearMonth instances returns an integer representing the number of years of this year-month relative to the start of a calendar-specific epoch year. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/...
    Registered: Mon Jul 07 02:59:38 UTC 2025
    - Last Modified: Thu Jul 03 09:38:25 UTC 2025
    - 80.6K bytes
    - Viewed (0)
  10. Temporal.PlainDate.prototype.dayOfWeek - JavaSc...

    The dayOfWeek accessor property of Temporal.PlainDate instances returns a positive integer representing the 1-based day index in the week of this date. Days in a week are numbered sequentially from 1 to daysInWeek, with each number mapping to its name. It is calendar-dependent. 1 usually represents Monday in the calendar, even when locales using the calendar may consider a different day as the first day of the week (see Intl.Locale.prototype.getWeekInfo()).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/dayOf...
    Registered: Mon Jul 07 03:01:56 UTC 2025
    - Last Modified: Thu Jul 03 09:38:23 UTC 2025
    - 92.9K bytes
    - Viewed (0)
Back to top