Click or drag to resize

RealTimeStopwatch Class

A stopwatch.
Inheritance Hierarchy
SystemObject
  Demo3D.TimeRealTimeStopwatch

Namespace:  Demo3D.Time
Assembly:  Demo3D.Time (in Demo3D.Time.dll) Version: 18.03.00
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