Click or drag to resize

DateRangeFacetAddRange Method (DateTime, DateTime)

Namespace:  Couchbase.Search
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public DateRangeFacet AddRange(
	DateTime startDate,
	DateTime endDate
)

Parameters

startDate
Type: SystemDateTime
The start date of the range.
endDate
Type: SystemDateTime
The end date of the range.

Return Value

Type: DateRangeFacet

[Missing <returns> documentation for "M:Couchbase.Search.DateRangeFacet.AddRange(System.DateTime,System.DateTime)"]

See Also