Class DateRangeFacet
Search for content from within a datetime range
Inheritance
System.Object
DateRangeFacet
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class DateRangeFacet : object
Properties
End
The end of the date range
Declaration
public DateTime? End { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
SearchTarget
Gets the types of date fields that should be searched for any DateRangeFacet
.
Declaration
public DateRangeFacetType SearchTarget { get; set; }
Property Value
Type | Description |
---|---|
DateRangeFacetType |
Start
The start of the date range
Declaration
public DateTime? Start { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |