P
pmclinn
I'm trying to figure out why my timer math is off:
If an interval of 1,000 = 1 second
then shouldn't 1,000 * 60 = 1 minute
and 60,000 * 60 = 1 hour?
3,600,000
I'm using the elaspsed method and my code is not firing.
If an interval of 1,000 = 1 second
then shouldn't 1,000 * 60 = 1 minute
and 60,000 * 60 = 1 hour?
3,600,000
I'm using the elaspsed method and my code is not firing.