DateRangeFacet Class |
Namespace: Couchbase.Search
public sealed class DateRangeFacet : SearchFacet
The DateRangeFacet type exposes the following members.
| Name | Description | |
|---|---|---|
| DateRangeFacet | Initializes a new instance of the DateRangeFacet class | |
| DateRangeFacet(String, String) | Initializes a new instance of the DateRangeFacet class | |
| DateRangeFacet(String, String, Int32) | Initializes a new instance of the DateRangeFacet class |
| Name | Description | |
|---|---|---|
| AddRange(RangeDateTime) |
Adds a RangeT to the ISearchFacet.
| |
| AddRange(DateTime, DateTime) |
Adds a RangeT to the ISearchFacet.
| |
| AddRanges |
Adds a range of RangeT's to the ISearchFacet.
| |
| ToJson |
Gets the JSON representation of this object.
(Overrides SearchFacetToJson.) |