[]
Uses to filter the tasks have start, finish date in a specific date range.
[TypeConverter(typeof(DateRangeFilterConverter))]
public class DateRangeFilter : BaseTaskFilter, ICloneable
Name | Description |
---|---|
DateRangeFilter(DateTime, DateTime) | Initializes a new DateRangeFilter object with start date and end date. |
Name | Description |
---|---|
EndRange | Gets or sets the end date in range. |
StartRange | Gets or sets the start date in range. |
Name | Description |
---|---|
ApplyFilter(BaseTask) | Applies the filter to a task. |
Clone() | Creates a new object that is a copy of the current instance. |