- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 1,627 for host:developer.mozilla.org (0.02 seconds)
-
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/totalWed May 20 01:35:27 GMT 2026 17.2K bytes -
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 May 20 01:35:26 GMT 2026 16.5K bytes -
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/subtractWed May 20 01:35:27 GMT 2026 16.8K bytes -
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/withWed May 20 01:35:27 GMT 2026 17.1K bytes -
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/monthsWed May 20 01:35:26 GMT 2026 16.6K bytes -
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 -
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/minutesWed May 20 01:35:26 GMT 2026 16.5K bytes -
Temporal.Now.zonedDateTimeISO() - JavaScript | MDN
The Temporal.Now.zonedDateTimeISO() static method returns the current date and time as a Temporal.ZonedDateTime object, in the ISO 8601 calendar and the specified time zone.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/zonedDateTi...Wed May 20 01:35:27 GMT 2026 16.6K bytes -
Functions - JavaScript | MDN
Functions are one of the fundamental building blocks in JavaScript. A function in JavaScript is similar to a procedure—a set of statements that performs a task or calculates a value, but for a procedure to qualify as a function, it should take some input and return an output where there is some obvious relationship between the input and the output. To use a function, you must define it somewhere in the scope from which you wish to call it.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/FunctionsThu May 28 01:25:12 GMT 2026 29.6K bytes -
Standard built-in objects - JavaScript | MDN
This chapter documents all of JavaScript's standard, built-in objects, including their methods and properties.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_ObjectsThu May 28 01:25:15 GMT 2026 23K bytes