Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
CoreTechs
Common
Stopwatch
C# Class CoreTechs.Common.Stopwatch
Much like System.Diagnostics.Stopwatch, but the time elapsed can be directly manipulated.
显示文件
Open project: Core-Techs/Common
Public Methods
Method
Description
Reset
( ) :
void
Restart
( ) :
void
Start
( ) :
void
StartNew
( ) :
Stopwatch
Stop
( ) :
void
Method Details
Reset()
public
method
public
Reset
( ) :
void
return
void
Restart()
public
method
public
Restart
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
StartNew()
public
static
method
public
static
StartNew
( ) :
Stopwatch
return
Stopwatch
Stop()
public
method
public
Stop
( ) :
void
return
void