Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.11
|
Leadtools.Dicom.Scu.Common Namespace > FindQuery Class : StudyTime Property |
public TimeRange StudyTime {get; set;}
'Declaration Public Property StudyTime As TimeRange
'Usage Dim instance As FindQuery Dim value As TimeRange instance.StudyTime = value value = instance.StudyTime
public: property TimeRange^ StudyTime { TimeRange^ get(); void set ( TimeRange^ value); }