NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

StartTrigger.Timestamp Property

StartTrigger.Timestamp Property

StartTriggerTimestamp Property

Gets the start 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 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

Was this information helpful?