Gets or sets the Date of Last Calibration (0018,1200).
public string DateOfLastCalibration {get; set;}
'Declaration
Public Property DateOfLastCalibration As String
'Usage
Dim instance As DicomPrinterInformation
Dim value As String
instance.DateOfLastCalibration = value
value = instance.DateOfLastCalibration
public string DateOfLastCalibration {get; set;}
get_DateOfLastCalibration();
set_DateOfLastCalibration(value);
Object.defineProperty('DateOfLastCalibration');
public:
property String^ DateOfLastCalibration {
String^ get();
void set ( String^ value);
}
Property Value
The Date of Last Calibration (0018,1200).