SystemTimestamp Constructor

Create an instance of HighResolutionTimestamp to get timestamps in a preferred resolution.

Definition

Namespace: Peak.Classes.Time
Assembly: PCANBasic.NET (in PCANBasic.NET.dll) Version: 5.0.1
C#
public SystemTimestamp(
	TimeResolution resolution = TimeResolution.Microseconds
)

Parameters

resolution  TimeResolution  (Optional)
The time resolution wanted to be used for timestamps retrieved by this object

Remarks

The default time resolution used is microseconds.

See Also