PayrollPayCycle.isFirstOrLastPayPeriod Method
Determines whether the PayrollPayPeriod record is the oldest or most recent pay period in the cycle.
Syntax
public boolean isFirstOrLastPayPeriod(PayrollPayPeriod _payPeriod)
Run On
Called
Parameters
- _payPeriod
Type: PayrollPayPeriod Table
The PayrollPayPeriod record to check.
Return Value
Type: boolean
true if the PayrollPayPeriod record is the oldest pay period in the cycle or the most recent pay period in the cycle; otherwise, false.