Task.RemainingOvertimeCost Property
Project Developer Reference |
Returns the remaining overtime cost for a Task. Read-only Variant.
Syntax
expression.RemainingOvertimeCost
expression A variable that represents a Task object.
Return Value
Variant
Example
The following example returns the remaining overtime cost of each task in the active project.
Visual Basic for Applications |
---|
|
See Also