Function Timer.timeLeft
The timer's remaining time in seconds. Returns 0 if the timer is inactive.
Note: You cannot set this value. To change the timer's remaining time, use start
.
double timeLeft() nothrow @property @nogc;
The timer's remaining time in seconds. Returns 0 if the timer is inactive.
Note: You cannot set this value. To change the timer's remaining time, use start
.
double timeLeft() nothrow @property @nogc;