UpdateProjectWorkAsComplete

UpdateProjectWorkAsComplete (1 of 2)

Updates all work as complete through a specified date for the entire project.

Returns: void Aspose::Tasks::

UpdateProjectWorkAsComplete(System::DateTime completeThrough, bool setZeroOrHundredPercentCompleteOnly)
ParameterDescription
completeThroughThe date to update work as completed through.
setZeroOrHundredPercentCompleteOnlyIf set to true updates only those tasks as 100% complete whose finish date is before specified complete-through date. Otherwise, calculates a percentage complete value based on scheduled start and complete-through dates.

UpdateProjectWorkAsComplete (2 of 2)

Updates all work as complete through a specified date for the specified list of tasks.

Returns: void Aspose::Tasks::

UpdateProjectWorkAsComplete(System::DateTime completeThrough, bool setZeroOrHundredPercentCompleteOnly, const System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< Task >>> & taskCollection)
ParameterDescription
completeThroughThe date to update work as completed through.
setZeroOrHundredPercentCompleteOnlyIf set to true updates only those tasks as 100% complete whose finish date is before specified complete-through date. Otherwise, calculates a percentage complete value based on scheduled start and complete-through dates.
taskCollectionList< Task > of tasks to update work for.