[]
Split the task by start date and duration.
public abstract bool SplitTask(DateTime start, double duration)
| Type | Name | Description |
|---|---|---|
| DateTime | start | The start date for splited task. |
| double | duration | The duration for splited task. |
| Type | Description |
|---|---|
| bool | Split task successed or not. |