OvertimeRateFormat enumeration

Specifies the time unit of the resource overtime rate; that is, the rate per time unit, such as dollars per hour.

Syntax

CSOM

enum OvertimeRateFormat 

JSOM

PS.OvertimeRateFormat

REST Interface

OvertimeRateFormat 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 overtime rate is per minute.
Hour 2 The resource overtime rate is per hour.
Day 3 The resource overtime rate is per day.
Week 4 The resource overtime rate is per week.
Month 5 The resource overtime rate is per month.
Year 7 The resource overtime rate is per year.
Material 8 The resource is a material; it does not have an overtime rate per time unit.

See Also

DraftProjectResource
Project
PublishedProjectResource