C# Class ParallelTestRunner.Common.Impl.StopwatchImpl

Inheritance: IStopwatch
Afficher le fichier Open project: sscobici/ParallelTestRunner

Méthodes publiques

Méthode Description
Elapsed ( ) : System.TimeSpan
GetStartDateTime ( ) : System.DateTime
GetStopDateTime ( ) : System.DateTime
Start ( ) : void
Stop ( ) : void

Method Details

Elapsed() public méthode

public Elapsed ( ) : System.TimeSpan
Résultat System.TimeSpan

GetStartDateTime() public méthode

public GetStartDateTime ( ) : System.DateTime
Résultat System.DateTime

GetStopDateTime() public méthode

public GetStopDateTime ( ) : System.DateTime
Résultat System.DateTime

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void