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 : Time2 Property |
public DicomTimeValue Time2 {get; set;}
'Declaration
Public Property Time2 As DicomTimeValue
'Usage
Dim instance As DicomTimeRangeValue Dim value As DicomTimeValue instance.Time2 = value value = instance.Time2
public DicomTimeValue Time2 {get; set;}
public DicomTimeValue getTime2() public void setDate2(DicomTimeValue value)
<br/>get_Time2();<br/>set_Time2(value);<br/>Object.defineProperty('Time2');
public: property DicomTimeValue Time2 { DicomTimeValue get(); void set ( DicomTimeValue value); }