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 : Day Property |
public int Day {get; set;}
'Declaration
Public Property Day As Integer
'Usage
Dim instance As DicomDateValue Dim value As Integer instance.Day = value value = instance.Day
public int Day {get; set;}
public int getDay() public void setDay(int value)
<br/>get_Day();<br/>set_Day(value);<br/>Object.defineProperty('Day');