Click or drag to resize
DateRange Class
Represents range between two dates.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.BaseDateRange

Namespace: Atomia.Provisioning.Base
Assembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax
public class DateRange

The DateRange type exposes the following members.

Constructors
  NameDescription
Public methodDateRange
Initializes a new instance of the DateRange class
Top
Properties
  NameDescription
Public propertyEndDate
Gets or sets the end date for the date range.
Public propertyStartDate
Gets or sets the start date for the date range.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also