CaptureTime Property

Summary

Gets or sets the date and time of image capture.

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 date and time of image capture. 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 DicomSortSeriesStack.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly