Advanced Timer
Namespace
namespace Chase.CommonLib.Math;License
Constructor
AdvancedTimer(double duration)
AdvancedTimer(double duration)AdvancedTimer timer = new AdvancedTimer(1000); // Creates a timer with a 1-second interval.Properties
Enabled
EnabledInterruptible
InterruptibleIsRunning
IsRunningMethods
GetNextElapseTime()
GetNextElapseTime()GetRemaining()
GetRemaining()GetRemainingTime()
GetRemainingTime()Reset()
Reset()Start()
Start()Stop()
Stop()ToString()
ToString()Example Usage
Last updated