NevronOpenVision
Nevron.Nov Namespace / NStopwatch Class / StartNew Method / StartNew(String) Method
The name of the stopwatch.
In This Topic
    StartNew(String) Method
    In This Topic
    Creates and immediately starts a new stopwatch.
    Syntax
    public static NStopwatch StartNew( 
       System.string name
    )

    Parameters

    name
    The name of the stopwatch.

    Return Value

    A newly created stopwatch in started state.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also