Skip to content

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>): Time

Parameters

  • input: durations to compare (at least one).

Return value

A wrapped Time containing the smallest duration.

See also

Released under the MIT license.