CaptureTime Property

Summary
Gets or sets image capture date and time.
Syntax
C#
VB
C++
public DateTime CaptureTime { get; set; } 
  
Public Property CaptureTime As Date 
            public: 
property DateTime CaptureTime { 
   DateTime get(); 
   void set (    DateTime ); 
} 

Property Value

A value that represents the image capture date and time. This value is useful for sorting and retrieving more accurate information.

Remarks

This value can be retrieved from the DicomDataSet

Example

For an example, refer to MedicalViewerSeriesStack

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.