Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_sec2hrs()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_SEC2HRS()


Syntax:        L_SEC2HRS(<expN>)


Purpose:       To convert a number of seconds to a number of hours.


Arguments:     <expN> is the number of seconds to be converted.


Returns:       A number of hours representing the number of seconds.

               -1 = Syntax Error


Examples:      * Calculate hours
               ? L_SEC2HRS(6408)                && Result: 1.78


Language:      Clipper

See Also: L_SEC2DYS() L_SEC2MIN() L_SEC2HMS()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson