Assignment.RemainingOvertimeCost Property
Project Developer Reference |
Returns the remaining overtime cost for an Assignment. Read-only Variant.
Syntax
expression.RemainingOvertimeCost
expression A variable that represents an Assignment 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