Click or drag to resize
StopwatchElapsedTicks Property
Gets the total elapsed time measured by the current instance, in timer ticks.

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

Property Value

Type: Int64
See Also