Rate
Contents
[
Hide
]Rate class
Represents a definition of a time period and rates applicable for a resource during that period.
Methods
| Name | Description |
|---|---|
| get_CostPerUse | Gets the cost per use of a resource. This value retrieved from the current date if a rate table exists for a resource. |
| get_OvertimeRate | Gets the overtime rate per hour for a resource. |
| get_OvertimeRateFormat | Gets the units used by Microsoft Project to display the overtime rate. |
| get_RatesFrom | Gets the date when a rate becomes effective. |
| get_RatesTo | Gets the last date when a rate is effective. |
| get_RateTable | Gets the unique identifier of a rate table for a resource. |
| get_StandardRate | Gets the standard rate per hour for a resource. |
| get_StandardRateFormat | Gets the units used by Microsoft Project to display the standard rate. |
| set_CostPerUse | Sets the cost per use of a resource. This value retrieved from the current date if a rate table exists for a resource. |
| set_OvertimeRate | Sets the overtime rate per hour for a resource. |
| set_OvertimeRateFormat | Sets the units used by Microsoft Project to display the overtime rate. |
| set_RatesFrom | Sets the date when a rate becomes effective. |
| set_RatesTo | Sets the last date when a rate is effective. |
| set_RateTable | Sets the unique identifier of a rate table for a resource. |
| set_StandardRate | Sets the standard rate per hour for a resource. |
| set_StandardRateFormat | Sets the units used by Microsoft Project to display the standard rate. |