Skip to content

ValueStopwatch structure

namespace: Serenity   assemblySerenity.Net.Core

A value stopwatch.

public struct ValueStopwatch

Public Members

name description
static StartNew() Creates a new ValueStopwatch.
ElapsedMilliseconds { get; } Gets the elapsed milliseconds.
ElapsedTime { get; } Gets the elapsed time.
IsActive { get; } Returns whether the stopwatch is active.

See Also