- 4.80.1.13. -
Table of Contents
4. Standard Units
4.80. ZenTimer - Full-featured ZTimer Library
4.80.1. ZenTimer Unit Procedures and Functions
4.80.1.13. ULZElapsedTime function
4.80.1.13. ULZElapsedTime function
Targets: MS-DOS, OS/2, Win32
ZenTimer Unit
Compute the elapsed time between two timer counts.
Declaration:
function ULZElapsedTime(start, finish: DWord): DWord;
Remarks:
Returns the elapsed time for the Ultra Long Period Zen Timer
in units of the timers resolution (1/18th of a second under DOS).
This function correctly computes the difference even if a midnight
boundary has been crossed during the timing period.
- 4.80.1.13. -