Task.Split Method
Project Developer Reference |
Splits a task into portions.
Syntax
expression.Split(StartSplitOn, EndSplitOn)
expression A variable that represents a Task object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
StartSplitOn | Required | Variant | The start date of the task split. If a time is not specified, the project's default end time for the working period is used. |
EndSplitOn | Required | Variant | The end date of the task split. If a time is not specified, the project's default start time for the working period is used. If EndSplitOn is on or before the date specified with StartSplitOn, the split is not created. |
Example
The following example creates a split in the specified task.
Visual Basic for Applications |
---|
|
See Also