Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > I

IMIN

Scroll Prev Top Next More

(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))