Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Nanforum Toolkit v2.1 Reference Guide - <b>ft_eltime()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_ELTIME()
 Compute difference between times in hours, minutes, seconds.
------------------------------------------------------------------------------

 Syntax

      FT_ELTIME( <cTime1>, <cTime2> ) -> cDiff

 Arguments

     <cTime1, cTime2>  character strings representing times in
        hh:mm:ss format.

 Returns

     <cDiff>  character string representing time difference in
        hh:mm:ss format.

 Description

     Return the absolute difference between two times in hh:mm:ss format
     in character hours, minutes and seconds (hh:mm:ss).

 Examples

     FT_ELTIME( "22:40:12", "23:55:17" ) -> 01:15:05
     FT_ELTIME( "23:55:17", "22:40:12" ) -> 01:15:05

 Source: ELTIME.PRG

 Author: Alexander B. Spencer

See Also: FT_ELAPMIN() FT_MIL2MIN() FT_MIN2MIL()

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