TimerPDS
Protected Class TimerPDS
Description
A replacement for Xojo's built-in timer class.
TimerPDS is a class written by Jim McKay of piDog Software

It is intended to be slightly more efficient than Xojo's built in Timer class
and to not suffer from issues the Timer class showed under certain versions of
Windows.

Functionality and usage is the same as for the Timer class.
Constants
Events
Action
The timer has fired
Methods
Reset
Resets the elapsed time since the timer was set or fired last
Properties
Mode
Standard timer mode
Period
The time between firings and between setting mode and first firing in Milliseconds.
Shared Methods