PayRates.Add Method
Project Developer Reference |
Adds a PayRate object to 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