![]() |
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 : Date2 Property |
public DicomDateValue Date2 {get; set;}
'Declaration
Public Property Date2 As DicomDateValue
'Usage
Dim instance As DicomDateRangeValue Dim value As DicomDateValue instance.Date2 = value value = instance.Date2
public DicomDateValue Date2 {get; set;}
public DicomDateValue getDate2() public void setDate2(DicomDateValue value)
<br/>get_Date2();<br/>set_Date2(value);<br/>Object.defineProperty('Date2');
public: property DicomDateValue Date2 { DicomDateValue get(); void set ( DicomDateValue value); }