PayrollPayPeriod::periodStartDate Method
Returns the PeriodStartDate value of the pay period that the _transDate parameter value falls in for the PayrollPayCycle record.
Syntax
client server public static TransDate periodStartDate(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 PeriodStartDate value of the PayrollPayPeriod table that the transaction falls in for the PayrollPayCycle record.