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 > DicomDateValue Structure : Year Property |
public int Year {get; set;}
'Declaration
Public Property Year As Integer
'Usage
Dim instance As DicomDateValue Dim value As Integer instance.Year = value value = instance.Year
public int Year {get; set;}
public int getYear() public void setYear(int value)
<br/>get_Year();<br/>set_Year(value);<br/>Object.defineProperty('Year');