Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 6,700 for timestamp:[now/d-7d TO *] (0.03 seconds)

  1. Segments.prototype[Symbol.iterator]() - JavaScr...

    The [Symbol.iterator]() method of Segments instances implements the iterable protocol and allows Segments objects to be consumed by most syntaxes expecting iterables, such as the spread syntax and for...of loops. It returns a segments iterator object that yields data about each segment.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/segment/S...
    Wed Apr 22 01:17:17 GMT 2026
      16.9K bytes
  2. Temporal.PlainDate.from() - JavaScript | MDN

    The Temporal.PlainDate.from() static method creates a new Temporal.PlainDate object from another Temporal.PlainDate object, an object with date properties, or an RFC 9557 string.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/from
    Wed Apr 22 01:17:20 GMT 2026
      18.3K bytes
  3. Temporal.Instant.prototype.add() - JavaScript |...

    The add() method of Temporal.Instant instances returns a new Temporal.Instant object representing this instant 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/Instant/add
    Wed Apr 22 01:17:20 GMT 2026
      17.2K bytes
  4. 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...
    Wed Apr 22 01:17:21 GMT 2026
      17.2K bytes
  5. 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
    Wed Apr 22 01:17:20 GMT 2026
      16.5K bytes
  6. Temporal.PlainMonthDay() - JavaScript | MDN

    The Temporal.PlainMonthDay() constructor creates Temporal.PlainMonthDay objects.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/P...
    Wed Apr 22 01:17:21 GMT 2026
      17.4K bytes
  7. Temporal.PlainDate.compare() - JavaScript | MDN

    The Temporal.PlainDate.compare() static method returns a number (-1, 0, or 1) indicating whether the first date comes before, is the same as, or comes after the second date. Equivalent to comparing the year, month, and day fields of the underlying ISO 8601 dates.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/compare
    Wed Apr 22 01:17:20 GMT 2026
      16.8K bytes
  8. 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
    Wed Apr 22 01:17:20 GMT 2026
      18.1K bytes
  9. 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...
    Wed Apr 22 01:17:21 GMT 2026
      17.9K bytes
  10. Temporal.ZonedDateTime.prototype.withCalendar()...

    The withCalendar() method of Temporal.ZonedDateTime instances returns a new Temporal.ZonedDateTime 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/ZonedDateTime/w...
    Wed Apr 22 01:17:21 GMT 2026
      16.9K bytes
Back to Top