C# Class StopWatch.WatchTimer

Exibir arquivo Open project: carstengehling/jirastopwatch Class Usage Examples

Public Methods

Method Description
GetState ( ) : TimerState
Pause ( ) : void
Reset ( ) : void
SetState ( TimerState state ) : void
Start ( ) : void
WatchTimer ( ) : System

Method Details

GetState() public method

public GetState ( ) : TimerState
return TimerState

Pause() public method

public Pause ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

SetState() public method

public SetState ( TimerState state ) : void
state TimerState
return void

Start() public method

public Start ( ) : void
return void

WatchTimer() public method

public WatchTimer ( ) : System
return System