FT_ELTIME

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()

 

One response to “FT_ELTIME

  1. Pingback: FT Date-Time | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.