min
The min() function returns the oldest date of a tuple of TheDate.
Interactive example
Syntax
typescript
function min<
GenericInput extends AnyTuple<TheDate | SerializedTheDate>
>(input: GenericInput): TheDateParameters
input: Tuple ofTheDateorSerializedTheDatevalues.
Return value
The minimum date of the tuple, as a TheDate.
