Class DateRange
Inherited Members
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public class DateRange
Properties
| Edit this page View SourceCount
Gets or sets the count.
Declaration
public long Count { get; set; }
Property Value
Type | Description |
---|---|
long | The count. |
End
Gets or sets the end date.
Declaration
public DateTime End { get; set; }
Property Value
Type | Description |
---|---|
DateTime | The end. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name. |
Start
Gets or sets the start date.
Declaration
public DateTime Start { get; set; }
Property Value
Type | Description |
---|---|
DateTime | The start. |