|
Min() |
|
|
Purpose To determine the smaller of two numeric or date values Syntax Min( <dnValue1> , <dnValue2> ) dnMinValue Arguments <dnValue1> and <dnValue2> are the date or numeric values to compare. They must be the same data type. Returns Min() returns the minimum value of <dnValue1> and <dnValue2>.
|