Timer Methods
The Timer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
ForceReady |
Forces the ready.
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Peek |
Returns the time that has passed since the Reset() method was called.
|
|
|
Reset()()()() |
Resets the stopwatch. This method should be called when you start measuring.
|
|
|
Reset(Double) |
Resets the stopwatch. This method should be called when you start measuring.
|
|
|
TimeLeft |
Returns timer left.
|
|
|
ToString | (Inherited from Object.) |

