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

Concepts

PayRates Collection Object