alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved