Navigation: Function Index > I
IMIN
(IMIN(arg))
Returns the integer minutes of time, where arg is a value that has a TIME or DATETIME data type.
In the following example, the value of vmin is 15.
SET VAR vmin TO (IMIN(12:15:30))