PayRates.Add method (Project)

Adds a PayRate object to a PayRates collection.

Syntax

expression.Add (EffectiveDate, StdRate, OvtRate, CostPerUse)

expression A variable that represents a 'PayRates' object.

Parameters

Name Required/Optional Data type Description
EffectiveDate Required Variant The date the new rate comes into effect.
StdRate Optional Variant The new standard rate. If not specified, the rate is the same as for the previous date period.
OvtRate Optional Variant The new overtime rate. If not specified, the rate is the same as for the previous date period.
CostPerUse Optional Variant The new cost per use. If not specified, the rate is the same as for the previous date period.

Return value

PayRate

See also

PayRates Collection Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.