Have you looked at the PalmOS Reference 2 regarding the Time Manager?

Some info TimGetTicks()  returns the number of ticks.
sysTicksPerSecond can be used to calculate the tick count you want
according to seconds.

NilEvents are generated in several different parts of the OS.

Sample code
---------------------
ULong lastBlinkTicks=0;

Reply via email to