Class DateRange
Represents a range of Dates.
Implements
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class DateRange : NotificationObject, INotifyPropertyChanged
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 |
---|---|
bool |
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 string that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents this instance. |
Overrides
WatchProperties()
Watch for property changed events
Declaration
protected override void WatchProperties()