Temporal.Instant.prototype.until()
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
- experimental technology
Check the Browser compatibility table carefully before using this in production.
The until()
method of Temporal.Instant.from()
). The duration is positive if the other instant is after this instant, and negative if before.
This method does other - this
. To do this - other
, use the since()
method.