Search
Preparing search index...
The search index is not available
TypeScript.NET
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
"source/System/Diagnostics/Stopwatch"
Stopwatch
Class Stopwatch
Hierarchy
Stopwatch
Implements
ITimer
Index
Constructors
constructor
Properties
_elapsed
_is
Running
_start
Time
Stamp
Accessors
current
Lap
current
Lap
Milliseconds
elapsed
elapsed
Milliseconds
is
Running
Methods
lap
reset
start
stop
get
Timestamp
Milliseconds
measure
start
New
Constructors
constructor
new
Stopwatch
(
)
:
Stopwatch
Returns
Stopwatch
Properties
Private
_elapsed
_elapsed
:
number
Private
_is
Running
_is
Running
:
boolean
Private
_start
Time
Stamp
_start
Time
Stamp
:
number
Accessors
current
Lap
get
currentLap
(
)
:
TimeSpan
Returns
TimeSpan
current
Lap
Milliseconds
get
currentLapMilliseconds
(
)
:
number
Returns
number
elapsed
get
elapsed
(
)
:
TimeSpan
Returns
TimeSpan
elapsed
Milliseconds
get
elapsedMilliseconds
(
)
:
number
Returns
number
is
Running
get
isRunning
(
)
:
boolean
Returns
boolean
Methods
lap
lap
(
)
:
TimeSpan
Returns
TimeSpan
reset
reset
(
)
:
void
Returns
void
start
start
(
)
:
void
Returns
void
stop
stop
(
)
:
void
Returns
void
Static
get
Timestamp
Milliseconds
get
Timestamp
Milliseconds
(
)
:
number
Returns
number
Static
measure
measure
(
closure
:
function
)
:
TimeSpan
Parameters
closure:
function
(
)
:
void
Returns
void
Returns
TimeSpan
Static
start
New
start
New
(
)
:
Stopwatch
Returns
Stopwatch
Globals
"source/
System/
Diagnostics/
Stopwatch"
Stopwatch
constructor
_elapsed
_is
Running
_start
Time
Stamp
current
Lap
current
Lap
Milliseconds
elapsed
elapsed
Milliseconds
is
Running
lap
reset
start
stop
get
Timestamp
Milliseconds
measure
start
New
Generated using
TypeDoc