Skip to main content

until

method Temporal.PlainTime.prototype.until
Jump to headingPlainTime.prototype.until(
options?: DifferenceOptions<
"hour"
| "minute"
| "second"
| "millisecond"
| "microsecond"
| "nanosecond"
>
,
): Temporal.Duration

Parameters Jump to heading

optional
Jump to headingoptions: DifferenceOptions<
"hour"
| "minute"
| "second"
| "millisecond"
| "microsecond"
| "nanosecond"
>

Return Type Jump to heading

Back to top