Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomTimeRangeValue Structure : DicomTimeRangeValue Constructor |
public DicomTimeRangeValue( DicomRangeType type, DicomTimeValue time1, DicomTimeValue time2 )
'Declaration
Public Function New( _ ByVal type As DicomRangeType, _ ByVal time1 As DicomTimeValue, _ ByVal time2 As DicomTimeValue _ )
'Usage
Dim type As DicomRangeType Dim time1 As DicomTimeValue Dim time2 As DicomTimeValue Dim instance As New DicomTimeRangeValue(type, time1, time2)
public DicomTimeRangeValue( DicomRangeType type, DicomTimeValue time1, DicomTimeValue time2 )
public DicomTimeRangeValue(int rangeType, DicomTimeValue date1, DicomTimeValue date2)
public: DicomTimeRangeValue( DicomRangeType type, DicomTimeValue time1, DicomTimeValue time2 )