CreateTime Property

Summary

Gets or sets the presentation creation time.

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

Property Value

Time at which this presentation was created.

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