Click here for NewsObjects Overview
SearchDate Property (Utility Control)
Windows - Visual C++


Read Only

Description
The SearchDate property returns a string after the ShowSearchDate method has been called. This string is used to set the Headline DateRange property to perform a date range search.

Syntax
CString text = GetSearchDate();

The SearchDate syntax has these parts:

Part

Description

text

A String to be used to set the Headline control's DateRange property.

See Also: DateRange ShowSearchDate

Back to: Utility Properties