Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 1,841 for timestamp:[now/d-1M TO *] (0.02 sec)

  1. Temporal.ZonedDateTime.prototype.toInstant() - ...

    The toInstant() method of Temporal.ZonedDateTime instances returns a new Temporal.Instant object representing the instant of this date-time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/t...
    Registered: Wed Feb 12 01:24:01 UTC 2025
    - Last Modified: Wed Feb 12 00:52:34 UTC 2025
    - 99.7K bytes
    - Viewed (0)
  2. Temporal.PlainMonthDay.prototype.toPlainDate() ...

    The toPlainDate() method of Temporal.PlainMonthDay instances returns a new Temporal.PlainDate object representing this month-day and a supplied year in the same calendar system.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/t...
    Registered: Wed Feb 12 01:24:20 UTC 2025
    - Last Modified: Wed Feb 12 00:52:33 UTC 2025
    - 77.6K bytes
    - Viewed (0)
  3. Temporal.Instant.from() - JavaScript | MDN

    The Temporal.Instant.from() static method creates a new Temporal.Instant object from another Temporal.Instant object, or an RFC 9557 string.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/from
    Registered: Wed Feb 12 01:24:28 UTC 2025
    - Last Modified: Wed Feb 12 00:52:31 UTC 2025
    - 80.8K bytes
    - Viewed (0)
  4. Temporal.PlainDateTime.prototype.hour - JavaScr...

    The hour accessor property of Temporal.PlainDateTime instances returns a integer from 0 to 23 representing the hour component of this time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/hour
    Registered: Wed Feb 12 01:22:35 UTC 2025
    - Last Modified: Wed Feb 12 00:52:32 UTC 2025
    - 91.6K bytes
    - Viewed (0)
  5. Temporal.PlainDate.prototype.until() - JavaScri...

    The until() method of Temporal.PlainDate instances returns a new Temporal.Duration object representing the duration from this date to another date (in a form convertible by Temporal.PlainDate.from()). The duration is positive if the other date is after this date, and negative if before.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/until
    Registered: Wed Feb 12 01:25:13 UTC 2025
    - Last Modified: Wed Feb 12 00:52:32 UTC 2025
    - 91.9K bytes
    - Viewed (0)
  6. Temporal.PlainDateTime.prototype.add() - JavaSc...

    The add() method of Temporal.PlainDateTime instances returns a new Temporal.PlainDateTime object representing this date-time 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/PlainDateTime/add
    Registered: Wed Feb 12 01:25:22 UTC 2025
    - Last Modified: Wed Feb 12 00:52:32 UTC 2025
    - 98.4K bytes
    - Viewed (0)
  7. Temporal.ZonedDateTime.prototype.with() - JavaS...

    The with() method of Temporal.ZonedDateTime instances returns a new Temporal.ZonedDateTime object representing this date-time 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-time's fields.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/with
    Registered: Wed Feb 12 01:24:44 UTC 2025
    - Last Modified: Wed Feb 12 00:52:34 UTC 2025
    - 116.9K bytes
    - Viewed (0)
  8. Temporal.PlainYearMonth.prototype.until() - Jav...

    The until() method of Temporal.PlainYearMonth instances returns a new Temporal.Duration object representing the duration from this year-month to another year-month (in a form convertible by Temporal.PlainYearMonth.from()). The duration is positive if the other month is after this month, and negative if before.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/...
    Registered: Wed Feb 12 01:24:48 UTC 2025
    - Last Modified: Wed Feb 12 00:52:33 UTC 2025
    - 86.6K bytes
    - Viewed (0)
  9. Temporal.ZonedDateTime.compare() - JavaScript |...

    The Temporal.ZonedDateTime.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. It is equivalent to comparing the epochNanoseconds of the two datetimes.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/c...
    Registered: Wed Feb 12 01:24:53 UTC 2025
    - Last Modified: Wed Feb 12 00:52:33 UTC 2025
    - 104.7K bytes
    - Viewed (0)
  10. Temporal.PlainMonthDay.prototype.with() - JavaS...

    The with() method of Temporal.PlainMonthDay instances returns a new Temporal.PlainMonthDay object representing this month-day 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 month-day's fields.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/with
    Registered: Wed Feb 12 01:25:03 UTC 2025
    - Last Modified: Wed Feb 12 00:52:33 UTC 2025
    - 81.2K bytes
    - Viewed (0)
Back to top