←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly