←Select platform

InstanceCreationDate Property

Summary

Gets or sets the instance creation date.

Syntax

C#
VB
C++
[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> ); 
} 

Property Value

The date the SOP instance was created.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly