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 > DicomTimeRangeValue Structure : Time1 Property |
public DicomTimeValue Time1 {get; set;}
'Declaration
Public Property Time1 As DicomTimeValue
'Usage
Dim instance As DicomTimeRangeValue Dim value As DicomTimeValue instance.Time1 = value value = instance.Time1
public DicomTimeValue Time1 {get; set;}
public DicomTimeValue getTime1() public void setTime1(DicomTimeValue value)
<br/>get_Time1();<br/>set_Time1(value);<br/>Object.defineProperty('Time1');
public: property DicomTimeValue Time1 { DicomTimeValue get(); void set ( DicomTimeValue value); }