←Select platform

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

Leadtools.Dicom.Common Assembly