timeMin
timeMin() returns the smallest duration in a list (wrapped or DDate.TheTime).
Interactive example
Syntax
Classic signature
typescript
function timeMin(input: AnyTuple<Time | TheTime>): TimeParameters
input: durations to compare (at least one).
Return value
A wrapped Time containing the smallest duration.
