Skip to main content

IStopwatch

Interface for measuring elapsed time.

Namespace: ControlBee.Interfaces

Properties

NameTypeDescription
ElapsedMillisecondslongThe elapsed time in milliseconds.
ElapsedSecondsdoubleThe elapsed time in seconds.

Methods

Restart

Stops, resets, and starts the stopwatch.

void Restart();

Start

Starts the stopwatch.

void Start();

See Also