Click or drag to resize

RealTimeStopwatch Class

A stopwatch.
Inheritance Hierarchy
SystemObject
  Demo3D.EventQueueRealTimeStopwatch

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
public class Stopwatch

The RealTimeStopwatch type exposes the following members.

Constructors
  NameDescription
Public methodRealTimeStopwatch
Initializes a new instance of the RealTimeStopwatch class
Top
Properties
  NameDescription
Public propertyElapsed
The elapsed time.
Top
Methods
  NameDescription
Public methodStart
Start the stopwatch.
Top
See Also