![]() |
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 > DicomDateRangeValue Structure : DicomDateRangeValue Constructor |
public DicomDateRangeValue( DicomRangeType type, DicomDateValue date1, DicomDateValue date2 )
'Declaration
Public Function New( _ ByVal type As DicomRangeType, _ ByVal date1 As DicomDateValue, _ ByVal date2 As DicomDateValue _ )
'Usage
Dim type As DicomRangeType Dim date1 As DicomDateValue Dim date2 As DicomDateValue Dim instance As New DicomDateRangeValue(type, date1, date2)
public DicomDateRangeValue( DicomRangeType type, DicomDateValue date1, DicomDateValue date2 )
public DicomDateRangeValue(int rangeType, DicomDateValue date1, DicomDateValue date2)
public: DicomDateRangeValue( DicomRangeType type, DicomDateValue date1, DicomDateValue date2 )