Share via


RPayT13Report.calcAbsence Method [AX 2012]

Calculates the absence days/hours.

Syntax

public void calcAbsence(
    RPayTblTimeCode _tblTimeCode, 
    RPayTblTrans _rPayTblTrans, 
    container _tmpCont, 
    Map _absenceAddDayHourMap)

Run On

Client

Parameters

  • _tmpCont
    Type: container
    The temporary container.
  • _absenceAddDayHourMap
    Type: Map Class
    The map containing time codes to add.

See Also

Reference

RPayT13Report Class