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