Gets or sets the time of the first sample clock.

Syntax

Namespace: NationalInstruments.DAQmx

public PrecisionDateTime FirstSampleClockTime { get; set; }

Remarks

The time of the first sample clock.

Note

The first sample clock time is represented by a PrecisionDateTime expressed as a UTC time. To set a time based on the current system time, use PrecisionDateTime.UtcNow, adding an offset, rather than PrecisionDateTime.Now.

Exceptions

TypeDescription
NationalInstruments.DAQmx.DaqException

The NI-DAQmx driver returned an error.