PayrollPayCycle.calculatePaymentDelay Method
Calculates the number of days between the end date and the first payment date of the pay period that is indicated by the starting date.
Syntax
public int calculatePaymentDelay(TransDate _startDate, TransDate _firstPaymentDate)
Run On
Called
Parameters
- _startDate
Type: TransDate Extended Data Type
The starting date of the pay period that is used to calculate the delay.
- _firstPaymentDate
Type: TransDate Extended Data Type
The payment date of the pay period that is used to calculate the delay.
Return Value
Type: int
The number of days between the end date and the first payment date of the pay period that is indicated by the starting date.