C#
VB
C++
Gets or sets the instance creation date.
[Element(DicomTag.InstanceCreationDate)]
public Nullable<DateTime> InstanceCreationDate { get; set; }
<Leadtools.Dicom.Common.Extensions.ElementAttribute()>
Public Property InstanceCreationDate As Nullable(Of Date)
[Leadtools.Dicom.Common.Extensions.ElementAttribute()]
public:
property Nullable<DateTime> InstanceCreationDate {
Nullable<DateTime> get();
void set ( Nullable<DateTime> );
}
The date the SOP instance was created.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET