|
ElapsedTime() |
|
|
Purpose To calculate the interval between two times Syntax ElapsedTime( <cTime1>, <cTime2> ) cTimeDifference Argument <cTime1> is the starting time <cTime2> is the ending time Returns ElapsedTime() returns the amount of time that has elapsed from <cTime1> to <cTime2> as a time string in the format hh:mm:ss.
|