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 : Month Property |
public int Month {get; set;}
'Declaration
Public Property Month As Integer
'Usage
Dim instance As DicomDateValue Dim value As Integer instance.Month = value value = instance.Month
public int Month {get; set;}
public int getMonth() public void setMonth(int value)
<br/>get_Month();<br/>set_Month(value);<br/>Object.defineProperty('Month');