Start()
Schedules the timer to fire after a given delay (in milliseconds) from now.
StartAt()
Schedules the timer to fire after a given delay (in milliseconds) from a given start time.
FireAt()
Schedules the timer to fire at a given fire time.
FireAt()
Schedules the timer to fire at a given fire time.
FireAtIfEarlier()
Re-schedules the timer with a given a fire time only if the timer is not running or the new given fire time is earlier than the current fire time.
FireAtIfEarlier()
Re-schedules the timer with a given a fire time only if the timer is not running or the new given fire time is earlier than the current fire time.
Stop()
Stops the timer.
GetNow()
Returns the current time in milliseconds.
RemoveAll()