StandardRateFormat enumeration
- Article
-
-
Specifies the time unit of the resource rate; that is, the rate per time unit, such as dollars per hour.
Syntax
CSOM
enum StandardRateFormat
JSOM
PS.StandardRateFormat
REST Interface
StandardRateFormat enumeration is not expliclity defined in REST. Use the values below to understand what can be returned and set.
Members
Name |
Value |
Description |
Minute |
1 |
The resource rate is per minute. |
Hour |
2 |
The resource rate is per hour. |
Day |
3 |
The resource rate is per day. |
Week |
4 |
The resource rate is per week. |
Month |
5 |
The resource rate is per month. |
Year |
7 |
The resource rate is per year. |
Material |
8 |
The resource is a material; it does not have a rate per time unit. |
See Also
DraftProjectResource
Project
PublishedProjectResource