DateRange Property (Headline Control)
Windows - Visual C++
Description
The DateRange property returns or
sets the date range string. The date range string indicates a range
of dates on which to search and is obtained by using the Utility
Control's SearchDate property.
Syntax
CString name = GetDateRange();
void SetDateRange(LPCTSTR name);
The DateRange syntax has these parts:
Part |
Description |
|
value |
A String containing the date range string, obtained from the Utility control's SearchDate property. |
Remarks
The Run
property must be set before any search will be performed.
Refer to Search Syntax for a detailed description of valid search criteria.
See Also: SearchDate ShowSearchDate Search Syntax
Back to: Headline Properties