Leadtools.Dicom Namespace > DicomDateTimeValue Structure : Month Property |
public int Month {get; set;}
'Declaration Public Property Month As Integer
'Usage Dim instance As DicomDateTimeValue Dim value As Integer instance.Month = value value = instance.Month
public int Month {get; set;}
public int getMonth() public void setMonth(int value)
get_Month();
set_Month(value);
Object.defineProperty('Month');