Task.ActualOvertimeCost Property
Project Developer Reference |
Returns the actual overtime cost for a task. Read-only Variant.
Syntax
expression.ActualOvertimeCost
expression A variable that represents a Task object.
Example
The following example illustrates the cost of overtime by calculating the total cost of tasks with overtime work, as well as breaking down the individual costs per task.
Visual Basic for Applications |
---|
|
See Also