TypeAheadParameters DateFrom Property Ankiro Enterprise Suite Reference Documentation
Optionally limits the range of search statistics processed to a date interval starting from a specified date. May be used with or without simultaneously specifying DateTo.

Namespace: Ankiro.SearchServer.Data.Search
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

[ObsoleteAttribute("DateFrom and DateTo are obsolete.")]
public Nullable<DateTime> DateFrom { get; set; }

Property Value

Type: Nullable DateTime 
See Also