Skip to main content
Participating Frequently
September 4, 2008
Question

Any way to retrieve how much time is remaining for a timer?

  • September 4, 2008
  • 3 replies
  • 297 views
Hello Everyone,

I have looked at the Timer Class documentation and there does not seem the Timer Class provides a method or variable that returns the remaining time. I was wondering if there is a way to determine how much time is remaining after a timer has been started? Any help is appreciated.

Thanks,

Nilang
This topic has been closed for replies.

3 replies

kglad
Community Expert
Community Expert
September 5, 2008
you're welcome.
nilangpAuthor
Participating Frequently
September 5, 2008
Hello klgad,

This is what I thought I would have to do and you have confirmed it. Thank you very much for your help.

Regards,

Nilang
kglad
Community Expert
Community Expert
September 4, 2008
you'll need to create your own function to do that using getTimer() and your timer's delay property.