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
); |
Return Value
The study time range.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also