CreateDate Property

Summary

Gets or sets the creation date.

Syntax
C#
VB
C++
[Element(DicomTag.CreationDate)] 
public Nullable<DateTime> CreateDate { get; set; } 
  
Public Property CreateDate As Nullable(Of Date) 
public: 
property Nullable<DateTime> CreateDate { 
   Nullable<DateTime> get(); 
   void set (    Nullable<DateTime> ); 
} 

Property Value

The creation date.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly