Start()
Schedules the timer to fire after a given delay (in microseconds) from now.
StartAt()
Schedules the timer to fire after a given delay (in microseconds) from a given start time.
FireAt()
Schedules the timer to fire at a given fire time.
Stop()
Stops the timer.
GetNow()
Returns the current time in microseconds.
RemoveAll()