C#
VB
WinRT C#
C++
Creates a new DicomDateRangeValue with the specified values.
public static Leadtools.Dicom.DicomDateRangeValue Create(
Leadtools.Dicom.DicomRangeType type,
Leadtools.Dicom.DicomDateValue date1,
Leadtools.Dicom.DicomDateValue date2
)
Public Shared Function Create( _
ByVal type As Leadtools.Dicom.DicomRangeType, _
ByVal date1 As Leadtools.Dicom.DicomDateValue, _
ByVal date2 As Leadtools.Dicom.DicomDateValue _
) As Leadtools.Dicom.DicomDateRangeValue
public static Leadtools.Dicom.DicomDateRangeValue Create(
Leadtools.Dicom.DicomRangeType type,
Leadtools.Dicom.DicomDateValue date1,
Leadtools.Dicom.DicomDateValue date2
)
function Leadtools.Dicom.DicomDateRangeValueHelper.Create(
type ,
date1 ,
date2
)
public:
static Leadtools.Dicom.DicomDateRangeValue Create(
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.
A new DicomDateRangeValue with the specified values.
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