프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
GetTime ( ) : string |
Returns a string containing the elasped time since the Start of the H3StopWatch. (If Called after the Stop Method) Returns a string containing the elasped time between the Start of the H3StopWatch and the Stop of the H3StopWatch
|
|
H3StopWatch ( ) : System |
Initializes the H3StopWatch to 0.
|
|
Reset ( ) : void |
Reset the Stopwatch to 0.
|
|
Start ( ) : void |
Starts the Stopwatch.
|
|
Stop ( ) : void |
Stops the Stopwatch.
|