TimeResolution Enumeration

Representation of time values.

Definition

Namespace: Peak.Classes.Time
Assembly: PCANBasic.NET (in PCANBasic.NET.dll) Version: 5.0.1
C#
public enum TimeResolution

Members

Nanoseconds0 Represents a time value in nanoseconds.
Microseconds1 Represents a time value in microseconds.
Milliseconds2 Represents a time value in milliseconds.
Seconds3 Represents a time value in seconds.

See Also