[]
Uses to filter the late tasks.
[TypeConverter(typeof(al))]
public class LateTasksFilter : BaseTaskFilter, ICloneable
<TypeConverter(GetType(al))>
Public Class LateTasksFilter
Inherits BaseTaskFilter
Implements ICloneable
| Name | Description |
|---|---|
| LateTasksFilter(DateTime) | Initializes a new LateTasksFilter object with specific status date. |
| Name | Description |
|---|---|
| StatusDate | Gets or sets the status date to determine a task is late or not. |
| Name | Description |
|---|---|
| ApplyFilter(BaseTask) | Applies the filter to a task. |
| Clone() | Creates a new object that is a copy of the current instance. |