FirstSampleClockTime
- Updated2026-02-03
- 1 minute(s) read
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
| Type | Description |
|---|---|
| NationalInstruments.DAQmx.DaqException | The NI-DAQmx driver returned an error. |