Gets or sets the "Presentation Creation Time" (0070,0083) attribute value.
Syntax
Visual Basic (Declaration) | |
---|
Public Property PresentationCreationTime As DicomTimeValue |
Managed Extensions for C++ | |
---|
public: __property DicomTimeValue get_PresentationCreationTime();
public: __property void set_PresentationCreationTime(
DicomTimeValue value
); |
Return Value
Value indicating the "Presentation Creation Time" (0070,0083) attribute value.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also