Skip to main content

until

method Temporal.PlainDateTime.prototype.until
Jump to headingPlainDateTime.prototype.until(
options?: DifferenceOptions<
"year"
| "month"
| "week"
| "day"
| "hour"
| "minute"
| "second"
| "millisecond"
| "microsecond"
| "nanosecond"
>
,
): Temporal.Duration

Parameters Jump to heading

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

Return Type Jump to heading

Back to top