GetTaskFinishDateFromDuration

GetTaskFinishDateFromDuration

Calculates the task finish date and time from its start date, split parts and the work duration.

Returns: Task ’s finish date for the given start date and duration.

GetTaskFinishDateFromDuration(System::SharedPtr< Task > task, System::TimeSpan duration)
ParameterDescription
taskThe task to calculate finish date for.
durationThe duration to calculate.