Метод | Описание | |
---|---|---|
ClearAfter ( int minimumMillisec ) : int |
Restarts the timer from zero if the specified number of milliseconds have passed, and returns the former value of Millisec. If this method resets a paused timer, it remains paused but Millisec is set to zero. |
|
EzStopwatch ( bool start ) : System | ||
Pause ( ) : void | ||
Reset ( ) : void |
Resets the timer to 0 and pauses it there.
|
|
Restart ( ) : int |
Restarts the timer from zero (unpausing it if it is paused), and returns the number of elapsed milliseconds prior to the reset.
|
|
Resume ( ) : void |
Метод | Описание | |
---|---|---|
AutoInit ( ) : void |
public ClearAfter ( int minimumMillisec ) : int | ||
minimumMillisec | int | |
Результат | int |
public EzStopwatch ( bool start ) : System | ||
start | bool | |
Результат | System |