maxTime
The maxTime() function returns the largest duration of a tuple of TheTime.
Interactive example
Syntax
typescript
function maxTime<
GenericInput extends AnyTuple<TheTime>
>(input: GenericInput): TheTimeParameters
input: Tuple of durations inTheTimeformat.
Return value
The maximum duration of the tuple, as a TheTime.
