PS.StandardRateFormat enumeration (ps.js)

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

Applies to: Project Professional 2013 | Project Server 2013

PS.StandardRateFormat

Members

The StandardRateFormat enumeration has the following members.

Member

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.

Remarks

StandardRateFormat constants can be used to compare with or set the following properties:

See also

Reference

Microsoft.ProjectServer.Client.StandardRateFormat