DateRange Structure |
Namespace: Cobra.Model.WebService
public struct DateRange
The DateRange type exposes the following members.
Name | Description | |
---|---|---|
DateRange |
Initializes a new instance of DateRange class that starts with the specified start and ends with the specified finish.
|
Name | Description | |
---|---|---|
Finish |
Gets or sets the end of the date range.
| |
Start |
Gets or sets the start of the date range.
|
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |