- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 1,626 for host:developer.mozilla.org (0.03 seconds)
-
Temporal.ZonedDateTime.prototype.equals() - Jav...
The equals() method of Temporal.ZonedDateTime instances returns true if this date-time is equivalent in value to another date-time (in a form convertible by Temporal.ZonedDateTime.from()), and false otherwise. They are compared both by their instant values, time zones, and their calendars, so two date-times from different calendars or time zones may be considered equal by Temporal.ZonedDateTime.compare() but not by equals().developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/e...Mon Feb 23 01:12:23 GMT 2026 16.8K bytes -
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/fromMon Feb 23 01:12:22 GMT 2026 18.1K bytes -
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/compareMon Feb 23 01:12:22 GMT 2026 16.6K bytes -
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/compareMon Feb 23 01:12:22 GMT 2026 16.3K bytes -
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...Mon Feb 23 01:12:23 GMT 2026 17K bytes -
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...Mon Feb 23 01:12:24 GMT 2026 16.7K bytes -
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...Mon Feb 23 01:12:23 GMT 2026 17.1K bytes -
Temporal.PlainDate.prototype.daysInMonth - Java...
The daysInMonth accessor property of Temporal.PlainDate instances returns a positive integer representing the number of days in the month of this date. It is calendar-dependent.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/daysI...Mon Feb 23 01:12:22 GMT 2026 16.4K bytes -
Temporal.ZonedDateTime.prototype.month - JavaSc...
The month accessor property of Temporal.ZonedDateTime instances returns a positive integer representing the 1-based month index in the year of this date. The first month of this year is 1, and the last month is the monthsInYear. It is calendar-dependent.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/m...Mon Feb 23 01:12:23 GMT 2026 16.3K bytes -
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/addMon Feb 23 01:12:22 GMT 2026 17.9K bytes