[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_MIL2MIN()
 Convert time in military format to number of minute of day.
------------------------------------------------------------------------------

 Syntax

      FT_MIL2MIN( <cMILTIME> ) -> nMINUTE

 Arguments

     <cMILTIME>  character string of form hhmm, where 0<=hh<24.

 Returns

     <nMINOFDAY>  numeric value representing minute of day.

 Description

     Converts time in military format to number of minute of the day.

 Examples

     FT_MIL2MIN( "1729" ) -> 1049

 Source: MILTIME.PRG

 Author: Alexander B. Spencer

See Also: FT_MIN2MIL() FT_CIV2MIL() FT_MIL2CIV() FT_SYS2MIL()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson