PayrollPayPeriod::periodEndDate Method
Returns the PeriodEndDate value of the pay period that falls in the PayrollPayCycle record.
Syntax
client server public static TransDate periodEndDate(TransDate _transDate, PayrollPayCycleRecId _cycleRecId)
Run On
Called
Parameters
- _transDate
Type: TransDate Extended Data Type
The transaction date to check.
- _cycleRecId
Type: PayrollPayCycleRecId Extended Data Type
The PayrollPayCycle record of the PayrollPayPeriod table to search.
Return Value
Type: TransDate Extended Data Type
The PeriodEndDate value of the PayrollPayPeriod table that the transaction falls in for the PayrollPayCycle record.