Class: Stopwatch

A stopwatch

Static Methods


Stopwatch Stopwatch.new()

Properties


Duration ElapsedTime [readonly]

The elapsed time between Start() and Stop() calls.

Methods


void Stopwatch:Start()

Starts the stopwatch.

void Stopwatch:Stop()

Stops the stopwatch.

void Stopwatch:Reset()

Resets the stopwatch.