Click or drag to resize

SearchFacetBuilder<TDocument>.Date Method

Overload List
  NameDescription
Public methodDate(String, SearchPathDefinition<TDocument>,DateTime[])
Creates a facet that narrows down search result based on a date.
Public methodDate<TField>(String, Expression<Func<TDocument, TField>>,DateTime[])
Creates a facet that narrows down search result based on a date.
Public methodDate(String, SearchPathDefinition<TDocument>, IEnumerable<DateTime>, String)
Creates a facet that narrows down search result based on a date.
Public methodDate<TField>(String, Expression<Func<TDocument, TField>>, IEnumerable<DateTime>, String)
Creates a facet that narrows down search result based on a date.
Top
See Also