PS.FixedCostAccrual enumeration (ps.js)

Specifies how and when fixed costs are to be charged to the cost of a task.

Applies to: Project Professional 2013 | Project Server 2013

PS.FixedCostAccrual

Remarks

FixedCostAccrual constants can be used with the following properties:

Members

The FixedCostAccrual enumeration has the following members.

Member

Value

Description

notSpecified

0

The fixed cost accrual mode is not specified. This constant is used in place of a DBNull value.

start

1

Costs are accrued as soon as the task starts. A task begins when a date is entered in the ActualStart field.

prorated

2

This is the default value. Costs accrue as work is scheduled to occur and as actual work is reported.

end

3

Costs are not accrued until the remaining work is zero.

See also

Reference

Microsoft.ProjectServer.Client.FixedCostAccrual