Task.ActualOvertimeWork Property
Project Developer Reference |
Returns the actual overtime work (in minutes) for a task. Read-only Variant.
Syntax
expression.ActualOvertimeWork
expression A variable that represents a Task object.
Return Value
Variant
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