Gets employee's calculated wage according to all job costing rules.
Namespace: AMG.APIAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax CalculatedWage GetWage(
EmployeeWage source,
DateTime date,
int jobId,
int depId
)
Function GetWage (
source As EmployeeWage,
date As DateTime,
jobId As Integer,
depId As Integer
) As CalculatedWage
CalculatedWage^ GetWage(
EmployeeWage^ source,
DateTime date,
int jobId,
int depId
)
abstract GetWage :
source : EmployeeWage *
date : DateTime *
jobId : int *
depId : int -> CalculatedWage
Parameters
- source
- Type: AMG.API.Definitions.EmployeesEmployeeWage
Employee's base reference wages container. - date
- Type: SystemDateTime
Date for which the wage should be calculated. - jobId
- Type: SystemInt32
Job ID used for job costing calculations. - depId
- Type: SystemInt32
Department ID used for job costing calculations.
Return Value
Type:
CalculatedWageReturns calculated wage container.
See Also