C#
VB
Java
C++
Initializes a new DicomDateRangeValue with explicit parameters.
Public Function New( _
ByVal type As Leadtools.Dicom.DicomRangeType, _
ByVal date1 As Leadtools.Dicom.DicomDateValue, _
ByVal date2 As Leadtools.Dicom.DicomDateValue _
)
public:
DicomDateRangeValue(
Leadtools.Dicom.DicomRangeType type,
Leadtools.Dicom.DicomDateValue date1,
Leadtools.Dicom.DicomDateValue date2
)
type
Type of date range.
date1
First date in the range.
date2
Second date in the range.
For an example, refer to SetIntValue.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET