BingCustomSearchConfiguration.Freshness Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Filter search results by the following case-insensitive age values:
- Day: Return webpages that Bing discovered within the last 24 hours.
- Week: Return webpages that Bing discovered within the last 7 days.
- Month: Return webpages that Bing discovered within the last 30 days. To get articles discovered by Bing during a specific timeframe, specify a date range in the form:
YYYY-MM-DD..YYYY-MM-DD. For example,freshness=2019-02-01..2019-05-30. To limit the results to a single date, set this parameter to a specific date. For example, freshness=2019-02-04.
public string Freshness { get; set; }
member this.Freshness : string with get, set
Public Property Freshness As String