| DateRangeBound Structure | 
Namespace: Dse.Search
public struct DateRangeBound : IEquatable<DateRangeBound>
The DateRangeBound type exposes the following members.
| Name | Description | |
|---|---|---|
| DateRangeBound | 
            Creates a new instance of DateRangeBound.
              | 
| Name | Description | |
|---|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal.  (Overrides ValueTypeEquals(Object).) | |
| Equals(DateRangeBound) | 
            Returns true if the value of this instance and other are the same.
              | |
| GetHashCode | Returns the hash code for this instance.  (Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| Parse | 
            Returns the DateRangeBound representation of a given string.
             String representations of dates are always expressed in Coordinated Universal Time(UTC)  | |
| ToString | 
            Returns the string representation of the instance.
              (Overrides ValueTypeToString.) | 
| Name | Description | |
|---|---|---|
| Equality | 
            Compares value equality of 2 DateRangeBound instances.
              | |
| Inequality | 
            Compares value inequality of 2 DateRangeBound instances.
              | 
| Name | Description | |
|---|---|---|
| Unbounded | 
            The unbounded DateRangeBound instance. Unbounded bounds are syntactically
            represented by a * (star) sign.
              | 
| Name | Description | |
|---|---|---|
| Precision | 
            The precision portion of the boundary.
              | |
| Timestamp | 
            The timestamp portion of the boundary.
              |