[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Time2Time()
Returns the difference between two times
Syntax:
Time2Time ( cTime1, cTime2 ) -> cDifferentHour
cTime1 : The first time or start time
cTime2 : The second time or end time
Description:
cTime2 has to be bigger than cTime1.
Return:
The difference between both hours as a 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