NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Device.SelfCalibrationDateTime Property

Device.SelfCalibrationDateTime Property

DeviceSelfCalibrationDateTime Property

Gets the last date and time that the device underwent a self-calibration.

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

Syntax

public DateTime SelfCalibrationDateTime { get; }
Public ReadOnly Property SelfCalibrationDateTime As DateTime
	Get

Property Value

Type: DateTime
The date and time of the self-calibration.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?