Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Generates a given number of pay periods, based on the first starting date and first payment date.
Syntax
public void generatePayPeriods(
    int _numberOfPeriods, 
    TransDate _startDate, 
    TransDate _firstPaymentDate)
Run On
Called
Parameters
- _numberOfPeriods
 Type: int
 The number of pay periods to generate.
- _startDate
 Type: TransDate Extended Data Type
 The starting date of the first pay period to generate.
- _firstPaymentDate
 Type: TransDate Extended Data Type
 The default payment date of the first period to generate.