Sruthi wrote:
hi all,

How to get the similar function like the GETUPTIMEMS() in PalmOS. In brew this function returns time in milliseconds since the device was powered on. We need to get the same feature in palmOS. Anyone gone through this issue please guide us.

Thanks,
Sruthi




SysGetTicks() returns the number of 'ticks' since last reboot.
SysTicksPerSecond() returns the numebr of 'ticks' per second.

Check the documentation, as system ticks are NOT advanced while the device is asleep.

--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to