FT_ELAPMIN

FT_ELAPMIN()
 Return difference, in minutes, between two mil format times.

 Syntax

      FT_ELAPMIN( <cTIME1>, <cTIME2> ) -> nMINUTES

 Arguments

     <cTIME1, cTIME2>  character strings of military form "hhmm",
         where 0<=hh<24.

 Returns

     <nMINUTES>

 Description

     Finds the arithmetic difference between time two times
     (time 2 - time 1).
     If time 2 is smaller than time 1, a NEGATIVE value is returned.

 Examples

     FT_ELAPMIN( "1718", "2040" ) ->  322
     FT_ELAPMIN( "2040", "1718" ) -> -322

 Source: ELAPMIL.PRG

 Author: Alexander B. Spencer

See Also: FT_ELTIME() FT_MIL2MIN() FT_MIN2MIL()

One response to “FT_ELAPMIN

  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.