←Select platform

DicomDateRangeValue Constructor

Summary
Initializes a new DicomDateRangeValue with explicit parameters.
Syntax
C#
VB
C++
Java
Public Function New( _ 
   ByVal type As DicomRangeType, _ 
   ByVal date1 As DicomDateValue, _ 
   ByVal date2 As DicomDateValue _ 
) 
public DicomDateRangeValue(int rangeType, DicomDateValue date1, DicomDateValue date2) 
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

For an example, refer to SetIntValue.

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.Dicom Assembly

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