Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 41 - 50 of 3,182 for host:developer.mozilla.org (0.06 seconds)

  1. Temporal.PlainMonthDay.prototype.calendarId - J...

    The calendarId accessor property of Temporal.PlainMonthDay 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/PlainMonthDay/c...
    Mon Feb 23 01:12:23 GMT 2026
      16K bytes
  2. 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 Feb 23 01:12:22 GMT 2026
      16.3K bytes
  3. 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 Feb 23 01:12:23 GMT 2026
      17.6K bytes
  4. 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 Feb 23 01:12:23 GMT 2026
      16.5K bytes
  5. Temporal.PlainDate.prototype.toPlainDateTime() ...

    The toPlainDateTime() method of Temporal.PlainDate instances returns a new Temporal.PlainDateTime object representing this date and a supplied time in the same calendar system.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/toPla...
    Mon Feb 23 01:12:22 GMT 2026
      16.3K bytes
  6. Temporal.PlainTime.prototype.millisecond - Java...

    The millisecond accessor property of Temporal.PlainTime instances returns an integer from 0 to 999 representing the millisecond (10-3 second) component of this time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/milli...
    Mon Feb 23 01:12:23 GMT 2026
      16K bytes
  7. 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 Feb 23 01:12:22 GMT 2026
      16K bytes
  8. 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...
    Mon Feb 23 01:12:22 GMT 2026
      16.9K bytes
  9. Temporal.ZonedDateTime.prototype.daysInWeek - J...

    The daysInWeek accessor property of Temporal.ZonedDateTime instances returns a positive integer representing the number of days in the week of this date. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/d...
    Mon Feb 23 01:12:23 GMT 2026
      16.2K bytes
  10. Temporal.PlainDateTime.prototype.daysInWeek - J...

    The daysInWeek accessor property of Temporal.PlainDateTime instances returns a positive integer representing the number of days in the week of this date. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/d...
    Mon Feb 23 01:12:22 GMT 2026
      16.1K bytes
Back to Top