Resource.RemainingOvertimeCost Property
Project Developer Reference |
Returns the remaining overtime cost for a Resource. Read-only Variant.
Syntax
expression.RemainingOvertimeCost
expression A variable that represents a Resource object.
Return Value
Variant
Remarks
The RemainingOvertimeCost property does not return any meaningful information for material resources.
Example
The following example returns the remaining overtime cost of each task in the active project.
Visual Basic for Applications |
---|
|
See Also