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: 19.00.00
Syntax
C#
public class Stopwatch

The RealTimeStopwatch type exposes the following members.

Constructors
 NameDescription
Public methodRealTimeStopwatchInitializes 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