Class TimeCounter
Defines a structure that provides most accurate time counter.
Inheritance
System.Object
TimeCounter
Namespace: Syncfusion.Windows.Forms.Edit.Utils
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class TimeCounter : ValueType
Properties
Result
Gets the result of the timer.
Declaration
public float Result { get; }
Property Value
| Type |
|---|
| System.Single |
Methods
Finish()
Helps to stops counting the timer.
Declaration
public void Finish()
Start()
Helps to starts counting the timer.
Declaration
public void Start()