double tsmElapsedTime (PRIntervalTime start, PRIntervalTime end)

Calculates the difference between two times

Documentation

Calculates the difference between two times.

tsmElapsedTime returns the time difference between a stop and start timestamp. The value is returned in units of seconds.

Returns:
the time difference (seconds)
Parameters:
start - the start time
end - the end time
See Also:


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page