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 : Seconds Property |
public int Seconds {get; set;}
'Declaration
Public Property Seconds As Integer
'Usage
Dim instance As DicomTimeValue Dim value As Integer instance.Seconds = value value = instance.Seconds
public int Seconds {get; set;}
public int getSeconds() public void setSeconds(int value)
<br/>get_Seconds();<br/>set_Seconds(value);<br/>Object.defineProperty('Seconds');