Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 1,631 for host:developer.mozilla.org (0.02 seconds)

  1. Intl.Locale.prototype.baseName - JavaScript | MDN

    The baseName accessor property of Intl.Locale instances returns a substring of this locale's string representation, containing core information about this locale, including the language, script, region, and variants, if available.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/baseName
    Wed Jun 10 01:38:59 GMT 2026
      16.7K bytes
  2. Temporal.Duration.prototype.days - JavaScript |...

    The days accessor property of Temporal.Duration instances returns an integer representing the number of days in the duration.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/days
    Wed Jun 10 01:39:01 GMT 2026
      16.5K bytes
      Similar Results (1)
  3. Temporal.Duration.prototype.microseconds - Java...

    The microseconds accessor property of Temporal.Duration instances returns an integer representing the number of microseconds in the duration.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/micros...
    Wed Jun 10 01:39:01 GMT 2026
      16.4K bytes
  4. Temporal.Duration.prototype.months - JavaScript...

    The months accessor property of Temporal.Duration instances returns an integer representing the number of months in the duration.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/months
    Wed Jun 10 01:39:01 GMT 2026
      16.5K bytes
  5. Temporal.Duration.prototype.subtract() - JavaSc...

    The subtract() method of Temporal.Duration instances returns a new Temporal.Duration object with the difference between this duration and a given duration. It is equivalent to adding the negated value of the other duration.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/subtract
    Wed Jun 10 01:39:02 GMT 2026
      16.7K bytes
  6. Temporal.Duration.prototype.total() - JavaScrip...

    The total() method of Temporal.Duration instances returns a number representing the total duration in the given unit.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/total
    Wed Jun 10 01:39:02 GMT 2026
      17.1K bytes
  7. Temporal.Duration.prototype.minutes - JavaScrip...

    The minutes accessor property of Temporal.Duration instances returns an integer representing the number of minutes in the duration.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/minutes
    Wed Jun 10 01:39:01 GMT 2026
      16.4K bytes
  8. Temporal.Duration.prototype.with() - JavaScript...

    The with() method of Temporal.Duration instances returns a new Temporal.Duration object representing this duration 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 duration's fields.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/with
    Wed Jun 10 01:39:02 GMT 2026
      17K bytes
  9. Intl.NumberFormat.prototype.formatRangeToParts(...

    The formatRangeToParts() method of Intl.NumberFormat instances returns an Array of objects containing the locale-specific tokens from which it is possible to build custom strings while preserving the locale-specific parts. This makes it possible to provide locale-aware custom formatting ranges of number strings.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/format...
    Wed Jun 10 01:38:59 GMT 2026
      17.2K bytes
  10. Intl.NumberFormat.prototype.formatToParts() - J...

    The formatToParts() method of Intl.NumberFormat instances returns an array of objects representing each part of the formatted string that would be returned by format(). It is useful for building custom strings from the locale-specific tokens.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/format...
    Wed Jun 10 01:38:59 GMT 2026
      17.9K bytes
Back to Top