Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > I

IHR

Scroll Prev Top Next More

(IHR(arg))

 

Returns the integer hour of time, where arg is a value that has a TIME or DATETIME data type.

 

In the following example, the value of vihr is 12.

 

SET VAR vihr = (IHR(12:15:30))