DCPowerExternalCalibration.GetExternalCalibrationLastDateAndTime Method
- Updated2024-01-04
- 1 minute(s) read

DCPowerExternalCalibrationGetExternalCalibrationLastDateAndTime Method
Returns the date and time of the last successful external calibration.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023
Syntax
public DateTime GetExternalCalibrationLastDateAndTime()
Public Function GetExternalCalibrationLastDateAndTime As DateTime
Return Value
Type: DateTimeReturns the date and time of the last successful external calibration.
Remarks
The time returned is 24-hour (military) local time; for example,
if the instrument was calibrated at 2:30 PM, this method returns 14 for hours and 30 for minutes.
![]() |
---|
This method can only be used in a session initialized to a single instrument. |