Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class DateRange

Inheritance
object
DateRange
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public class DateRange

Constructors

View Source

DateRange()

Declaration
public DateRange()

Properties

View Source

Count

Gets or sets the count.

Declaration
public long Count { get; set; }
Property Value
Type Description
long

The count.

View Source

End

Gets or sets the end date.

Declaration
public DateTime End { get; set; }
Property Value
Type Description
DateTime

The end.

View Source

Name

Gets or sets the name.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

The name.

View Source

Start

Gets or sets the start date.

Declaration
public DateTime Start { get; set; }
Property Value
Type Description
DateTime

The start.

  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.