Click or drag to resize
StopwatchElapsedMilliseconds Property
Gets the total elapsed time measured by the current instance, in milliseconds.

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

Property Value

Type: Int64
See Also