Skip to main content

since

method Temporal.PlainTime.prototype.since
Jump to headingPlainTime.prototype.since(
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