Gets or sets the Time of Last Calibration (0018,1201).
Syntax
Visual Basic (Declaration) | |
---|
Public Property TimeOfLastCalibration As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomPrinterInformation
Dim value As String
instance.TimeOfLastCalibration = value
value = instance.TimeOfLastCalibration |
C# | |
---|
public string TimeOfLastCalibration {get; set;} |
Property Value
The Time of Last Calibration (0018,1201).
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also