Gets or sets the study time range.
Syntax
Visual Basic (Declaration) | |
---|
Public Property StudyTime As TimeRange |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FindQuery
Dim value As TimeRange
instance.StudyTime = value
value = instance.StudyTime |
Managed Extensions for C++ | |
---|
public: __property TimeRange* get_StudyTime();
public: __property void set_StudyTime(
TimeRange* value
); |
Property Value
The study time range.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also