Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The until()
method of Temporal.Instant
instances returns a new Temporal.Duration
object representing the duration from this instant to another instant (in a form convertible by 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.