Click or drag to resize
StopwatchElapsed Property
A read-only System.TimeSpan representing the total elapsed time measured by the current instance.

Namespace: System.Diagnostics
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public TimeSpan Elapsed { get; }

Property Value

Type: TimeSpan
See Also