Task.PreleveledFinish Property
Project Developer Reference |
Returns the finish date of a task before leveling occurred. Read-only Variant.
Syntax
expression.PreleveledFinish
expression A variable that represents a Task object.
Example
The following example calculates the difference, if any, between the projected finish date and the projected finish date before the task was leveled for each task in the project, and then displays those that changed.
Visual Basic for Applications |
---|
|
See Also