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

         Returns the diference between two times

    Syntax:

         Time2Time ( cTime1, cTime2 ) -> cDiferenciaHora

         cTime1 : The first time or start time
         cTime2 : The second time of final time

    Description:

         cTime2 has to be bigger than cTime1.

    Return:

         The diference between both hours as a string.

    Example:

         ? Time2Time ( "22:12:12", "23:12:13" )  // "01:00:01"

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