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_hms2dys()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_HMS2DYS()


Syntax:        L_HMS2DYS(<expC>)


Purpose:       To convert character time string to a number of days.


Arguments:     <expC> is the character time string to be converted.


Returns:       A numeric value of days representing the time string.
               -1 = Syntax Error


Examples:      * Calculate length in days of process.
               period = "56:23:06"
               hours  = L_HMS2DYS(period)
               ? hours                     && Result: 2.35

Language:      Clipper

See Also: L_HMS2SEC() L_HMS2MIN() L_HMS2HRS()

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