Timing.FirstSampleClockTime Property
- Updated2023-02-21
- 1 minute(s) read
TimingFirstSampleClockTime Property
Gets or sets the time of the first sample clock.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public PrecisionDateTime FirstSampleClockTime { get; set; }
Public Property FirstSampleClockTime As PrecisionDateTime Get Set
Property Value
Type: PrecisionDateTimeThe time of the first sample clock.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |
Remarks
![]() |
---|
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 UtcNow, adding an offset, rather than Now. |