Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
ParallelTestRunner
Common
Impl
StopwatchImpl
C# Class ParallelTestRunner.Common.Impl.StopwatchImpl
Inheritance:
IStopwatch
ファイルを表示
Open project: sscobici/ParallelTestRunner
Public Methods
Method
Description
Elapsed
( ) :
System.TimeSpan
GetStartDateTime
( ) :
System.DateTime
GetStopDateTime
( ) :
System.DateTime
Start
( ) :
void
Stop
( ) :
void
Method Details
Elapsed()
public
method
public
Elapsed
( ) :
System.TimeSpan
return
System.TimeSpan
GetStartDateTime()
public
method
public
GetStartDateTime
( ) :
System.DateTime
return
System.DateTime
GetStopDateTime()
public
method
public
GetStopDateTime
( ) :
System.DateTime
return
System.DateTime
Start()
public
method
public
Start
( ) :
void
return
void
Stop()
public
method
public
Stop
( ) :
void
return
void