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 > DicomDataSet Class : SetDateRangeValue Method |
public bool SetDateRangeValue( DicomElement element, DicomDateRangeValue[] value )
'Declaration
Public Function SetDateRangeValue( _ ByVal element As DicomElement, _ ByVal value() As DicomDateRangeValue _ ) As Boolean
'Usage
Dim instance As DicomDataSet Dim element As DicomElement Dim value() As DicomDateRangeValue Dim value As Boolean value = instance.SetDateRangeValue(element, value)
public bool SetDateRangeValue( DicomElement element, DicomDateRangeValue[] value )
public boolean setDateRangeValue(DicomElement element, DicomDateRangeValue[] values)
public: bool SetDateRangeValue( DicomElement^ element, array<DicomDateRangeValue>^ value )