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 : Minutes Property |
public int Minutes {get; set;}
'Declaration
Public Property Minutes As Integer
'Usage
Dim instance As DicomTimeValue Dim value As Integer instance.Minutes = value value = instance.Minutes
public int Minutes {get; set;}
public int getMinutes() public void setMinutes(int value)
<br/>get_Minutes();<br/>set_Minutes(value);<br/>Object.defineProperty('Minutes');