[<<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 an string.
Example:
? Time2Time ( "22:12:12", "23:12:13" ) // "01:00:01"
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson