NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Timing.FirstSampleClockTime Property

Timing.FirstSampleClockTime Property

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: PrecisionDateTime
The time of the first sample clock.

Exceptions

ExceptionCondition
DaqException The NI-DAQmx driver returned an error.

Remarks

Note 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 UtcNow, adding an offset, rather than Now.

See Also

Was this information helpful?