DateRangeFacet
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
class DateRangeFacet { DateTime? End { get; set; } string FieldName { get; set; } List<SearchFilterBase> FiltersToIgnore { get; set; } bool Inclusive { get; set; } DateTime? Start { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
End | DateTime? | |||
FieldName | string | |||
FiltersToIgnore | List<SearchFilterBase> | |||
Inclusive | bool | |||
Start | DateTime? |