Click or drag to resize

DateRange Structure

A structure for date ranges.

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public struct DateRange

The DateRange type exposes the following members.

Constructors
  NameDescription
Public methodDateRange
Initializes a new instance of DateRange class that starts with the specified start and ends with the specified finish.
Top
Properties
  NameDescription
Public propertyFinish
Gets or sets the end of the date range.
Public propertyStart
Gets or sets the start of the date range.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also