NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

StartTrigger.Timestamp Property

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

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

Syntax

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

Property Value

Type: PrecisionDateTime
The start 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