Click or drag to resize

DateRange Structure

A structure for date ranges.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Cobra.Model.WebServiceDateRange

Namespace: Cobra.Model.WebService
Assembly: Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.5.700.3359 (8.5.0700.3359)
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 methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also