←Select platform

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

Leadtools.MedicalViewer Assembly