Calculating Split Task's Finish Date
Contents
[
Hide
]
Microsoft Project allows users to split tasks when the schedule is interrupted. Aspose.Tasks allows you to calculate the finishing date of a split task.
Split Tasks
The GetTaskFinishDateFromDuration method exposed by the Calendar class is used to calculate a split task’s finishing date from the start date, split parts and duration. The GetTaskFinishDateFromDuration method takes a split task and duration as its arguments and returns the tasks finish date.
Split Tasks in Microsoft Project
To view the start date of a split task in Microsoft Project one can select Gantt Chart from the View menu. The parts of a split task are showing as chunks connected by a line of dots.
Calculating a Split Task’s Finish Date with Aspose.Tasks
The following code examples calculate a split task’s finish date.