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 > DicomTimeValue Structure : Hours Property |
public int Hours {get; set;}
'Declaration
Public Property Hours As Integer
'Usage
Dim instance As DicomTimeValue Dim value As Integer instance.Hours = value value = instance.Hours
public int Hours {get; set;}
public int getHours() public void setHours(int value)
<br/>get_Hours();<br/>set_Hours(value);<br/>Object.defineProperty('Hours');