public DicomTimeValue PresentationCreationTime {get; set;}
'Declaration
Public Property PresentationCreationTime As DicomTimeValue
'Usage
Dim instance As DicomPresentationStateInformation
Dim value As DicomTimeValue
instance.PresentationCreationTime = value
value = instance.PresentationCreationTime
public DicomTimeValue PresentationCreationTime {get; set;}
public DicomTimeValue getPresentationCreationTime()
public void setPresentationCreationTime(DicomTimeValue value)
get_PresentationCreationTime();
set_PresentationCreationTime(value);
Object.defineProperty('PresentationCreationTime');
public:
property DicomTimeValue PresentationCreationTime {
DicomTimeValue get();
void set ( DicomTimeValue value);
}
Property Value
Value indicating the "Presentation Creation Time" (0070,0083) attribute value.