Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 811 - 820 of 3,184 for host:developer.mozilla.org (0.24 seconds)

  1. Temporal.PlainDate.prototype.equals() - JavaScr...

    The equals() method of Temporal.PlainDate instances returns true if this date is equivalent in value to another date (in a form convertible by Temporal.PlainDate.from()), and false otherwise. They are compared both by their date values and their calendars, so two dates from different calendars may be considered equal by Temporal.PlainDate.compare() but not by equals().
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/equals
    Mon May 04 01:26:21 GMT 2026
      16.7K bytes
  2. Temporal.ZonedDateTime.prototype.withTimeZone()...

    The withTimeZone() method of Temporal.ZonedDateTime instances returns a new Temporal.ZonedDateTime object representing the same instant as this date-time but in the new time zone. Because all Temporal objects are designed to be immutable, this method essentially functions as the setter for the date-time's timeZoneId property.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/w...
    Mon May 04 01:26:22 GMT 2026
      17.3K bytes
  3. Temporal.PlainDateTime.prototype.equals() - Jav...

    The equals() method of Temporal.PlainDateTime instances returns true if this date-time is equivalent in value to another date-time (in a form convertible by Temporal.PlainDateTime.from()), and false otherwise. They are compared both by their date and time values and their calendars, so two date-times from different calendars may be considered equal by Temporal.PlainDateTime.compare() but not by equals().
    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
  4. Temporal.Now - JavaScript | MDN

    The Temporal.Now namespace object contains static methods for getting the current time in various formats.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now
    Mon May 04 01:26:21 GMT 2026
      17.2K bytes
  5. Temporal.Instant.prototype.toJSON() - JavaScrip...

    The toJSON() method of Temporal.Instant instances returns a string representing this instant in the same RFC 9557 format as calling toString(). It is intended to be implicitly called by JSON.stringify().
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/toJSON
    Mon May 04 01:26:21 GMT 2026
      16.9K bytes
  6. Temporal.ZonedDateTime.prototype.era - JavaScri...

    The era accessor property of Temporal.ZonedDateTime instances returns a calendar-specific lowercase string representing the era of this date, or undefined if the calendar does not use eras (e.g., ISO 8601). 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/ZonedDateTime/era
    Mon May 04 01:26:22 GMT 2026
      16.8K bytes
  7. Temporal.PlainDateTime.prototype.dayOfWeek - Ja...

    The dayOfWeek accessor property of Temporal.PlainDateTime 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.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/d...
    Mon May 04 01:26:21 GMT 2026
      16.7K bytes
  8. Temporal.PlainDate.prototype.with() - JavaScrip...

    The with() method of Temporal.PlainDate instances returns a new Temporal.PlainDate object representing this date with some fields replaced by new values. Because all Temporal objects are designed to be immutable, this method essentially functions as the setter for the date's fields.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/with
    Mon May 04 01:26:21 GMT 2026
      17.4K bytes
  9. Temporal.PlainTime.prototype.add() - JavaScript...

    The add() method of Temporal.PlainTime instances returns a new Temporal.PlainTime object representing this time moved forward 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/add
    Mon May 04 01:26:21 GMT 2026
      16.7K bytes
  10. Temporal.PlainDateTime.prototype.second - JavaS...

    The second accessor property of Temporal.PlainDateTime 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/PlainDateTime/s...
    Mon May 04 01:26:21 GMT 2026
      16.5K bytes
      Similar Results (1)
Back to Top