[]
Raises on update start and finish dates of the task.
public abstract void UpdateDates(DateTime? start, DateTime? finish, double duration, DurationUnits units)
| Type | Name | Description |
|---|---|---|
| DateTime? | start | Start of the current task. |
| DateTime? | finish | Finish of the current task. |
| double | duration | Duration of the current task. |
| DurationUnits | units | Duration units. |