A class that can be used to measure time. The AutoTimer destructor stops the timer.
Constructors
|Name | Description | |------| |AutoTimer| Creates and starts a timer. |
AutoTimer Constructor
Creates and starts a timer.
public AutoTimer()
Property
Property | Property value | Description |
---|---|---|
AutoTimer.Elapsed | Double | Returns the elapsed seconds since the timer was created. |