![]() |
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 : Date1 Property |
public DicomDateValue Date1 {get; set;}
'Declaration
Public Property Date1 As DicomDateValue
'Usage
Dim instance As DicomDateRangeValue Dim value As DicomDateValue instance.Date1 = value value = instance.Date1
public DicomDateValue Date1 {get; set;}
public DicomDateValue getDate1() public void setDate1(DicomDateValue value)
<br/>get_Date1();<br/>set_Date1(value);<br/>Object.defineProperty('Date1');
public: property DicomDateValue Date1 { DicomDateValue get(); void set ( DicomDateValue value); }