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 elapsed milliseconds
ElapsedTime { get; } Gets elapsed time
IsActive { get; } Returns if stopwatch is active

See Also