NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Timing.FirstSampleTimestamp Property

Timing.FirstSampleTimestamp Property

TimingFirstSampleTimestamp Property

Gets the timestamp of the first sample.

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

Syntax

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

Property Value

Type: PrecisionDateTime
The timestamp of the first sample.

Exceptions

ExceptionCondition
DaqException The NI-DAQmx driver returned an error.

Remarks

Note Note
The timestamp returned is expressed as a UTC time.
To read this property, you must first set FirstSampleTimestampEnable to .

For more information on timestamps in NI-DAQmx, see Timestamps.

See Also

Was this information helpful?