Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DicomDateRangeValue Constructor
See Also 
Leadtools.Dicom Namespace > DicomDateRangeValue Structure : DicomDateRangeValue Constructor



type
Type of date range.
date1
First date in the range.
date2
Second date in the range.
Initializes a new DicomDateRangeValue with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As DicomRangeType, _
   ByVal date1 As DicomDateValue, _
   ByVal date2 As DicomDateValue _
)
Visual Basic (Usage)Copy Code
Dim type As DicomRangeType
Dim date1 As DicomDateValue
Dim date2 As DicomDateValue
 
Dim instance As DicomDateRangeValue(type, date1, date2)
C# 
public DicomDateRangeValue( 
   DicomRangeType type,
   DicomDateValue date1,
   DicomDateValue date2
)
C++/CLI 
public:
DicomDateRangeValue( 
   DicomRangeType type,
   DicomDateValue date1,
   DicomDateValue date2
)

Parameters

type
Type of date range.
date1
First date in the range.
date2
Second date in the range.

Example

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features