Click or drag to resize

DateRange Class

[Missing <summary> documentation for "T:Couchbase.Search.DateRange"]

Inheritance Hierarchy
SystemObject
  Couchbase.SearchDateRange

Namespace:  Couchbase.Search
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public class DateRange

The DateRange type exposes the following members.

Constructors
  NameDescription
Public methodDateRange
Initializes a new instance of the DateRange class
Top
Properties
  NameDescription
Public propertyCount
Gets or sets the count.
Public propertyEnd
Gets or sets the end date.
Public propertyName
Gets or sets the name.
Public propertyStart
Gets or sets the start date.
Top
See Also