Gets or sets the Time of Last Calibration (0018,1201).
public string TimeOfLastCalibration {get; set;}
'Declaration
Public Property TimeOfLastCalibration As String
'Usage
Dim instance As DicomPrinterInformation
Dim value As String
instance.TimeOfLastCalibration = value
value = instance.TimeOfLastCalibration
public string TimeOfLastCalibration {get; set;}
get_TimeOfLastCalibration();
set_TimeOfLastCalibration(value);
Object.defineProperty('TimeOfLastCalibration');
public:
property String^ TimeOfLastCalibration {
String^ get();
void set ( String^ value);
}
Property Value
The Time of Last Calibration (0018,1201).