NI-DAQmx .NET Framework 4.0 API Reference

ReferenceTrigger.Timestamp Property

  • Updated2023-02-21
  • 1 minute(s) read
ReferenceTrigger.Timestamp Property
Gets the reference trigger timestamp.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public PrecisionDateTime Timestamp { get; }
Public ReadOnly Property Timestamp As PrecisionDateTime
	Get

Property Value

Type: PrecisionDateTime
The reference trigger timestamp.

Exceptions

ExceptionCondition
DaqException The NI-DAQmx driver returned an error.

Remarks

Note Note
The timestamp returned is expressed as a UTC time.
For more information on timestamps in NI-DAQmx, see Timestamps.

See Also

Log in to get a better experience