←Select platform

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

Leadtools.Dicom.Scu Assembly