Class DateRange
Represents a range of Dates.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class DateRange : NotificationObject
Constructors
DateRange()
Initializes a new instance of the DateRange class.
Declaration
public DateRange()
Properties
EndDate
Gets or sets the end date.
Declaration
public Date EndDate { get; set; }
Property Value
Type | Description |
---|---|
Date | The end date. |
IsEmpty
Gets a value indicating whether this object lacks any content.
Declaration
public bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartDate
Gets or sets the start date.
Declaration
public Date StartDate { get; set; }
Property Value
Type | Description |
---|---|
Date | The start date. |
Methods
ToString()
Returns a
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A |