JmgPayEmployee::getPayCostTypePrice Method
Returns the hourly cost for the specified pay cost type and worker, at the specified date.
Syntax
client server public static Price getPayCostTypePrice(
JmgPayCostType _jmgPayCostType,
JmgWorkerRecId _worker,
JmgDate _date)
Run On
Called
Parameters
- _jmgPayCostType
Type: JmgPayCostType Extended Data Type
The pay cost type to search for.
- _worker
Type: JmgWorkerRecId Extended Data Type
The ID of the worker.
- _date
Type: JmgDate Extended Data Type
The date for which to retrieve the cost.
Return Value
Type: Price Extended Data Type
The hourly cost for the specified pay cost type, and worker, at the specified date.