IStopwatch
Interface for measuring elapsed time.
Namespace: ControlBee.Interfaces
Properties
| Name | Type | Description |
|---|---|---|
ElapsedMilliseconds | long | The elapsed time in milliseconds. |
ElapsedSeconds | double | The elapsed time in seconds. |
Methods
Restart
Stops, resets, and starts the stopwatch.
void Restart();
Start
Starts the stopwatch.
void Start();