C#
VB
Java
C++
Initializes a new DicomTimeRangeValue with explicit parameters.
Public Function New( _
ByVal type As Leadtools.Dicom.DicomRangeType, _
ByVal time1 As Leadtools.Dicom.DicomTimeValue, _
ByVal time2 As Leadtools.Dicom.DicomTimeValue _
)
public DicomTimeRangeValue(int rangeType, DicomTimeValue date1, DicomTimeValue date2)
public:
DicomTimeRangeValue(
Leadtools.Dicom.DicomRangeType type,
Leadtools.Dicom.DicomTimeValue time1,
Leadtools.Dicom.DicomTimeValue time2
)
type
Type of time range.
time1
First time in the range.
time2
Second time 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