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


Syntax:        L_SUBTIMES(<expC1>, <expC2>) [,<expN>])


Purpose:       To subtract the lesser from the greater of two time
               strings.


Arguments:     <expC1> is the first character time string.

               <expC2> is the second character time string.

               <expN> is the zone width in which the hours is to be
               returned.


Returns:       A character time string representing the difference of
               two time strings.

               CHR(0) is returned if Syntax Error


Examples:      * Subtract hours
               ? L_SUBTIMES("00:23:14","12:45:06")  && Result 12:21:52


Language:      Clipper

See Also: L_ADDTIMES()

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