CustRecurrenceInvoice::getNextGenerationDate Method
Gets the next generation date based on interval and recurrence pattern.
Syntax
client server public static TransDate getNextGenerationDate(
TransDate _startDate,
Integer _interval,
RecurrencePattern _recurrencePattern)
Run On
Called
Parameters
- _startDate
Type: TransDate Extended Data Type
The next generation date of CustRecurrenceInvoice record.
- _interval
Type: Integer Extended Data Type
The interval of CustRecurrenceInvoice record.
- _recurrencePattern
Type: RecurrencePattern Enumeration
The recurrence pattern of the CustRecurrenceInvoice record.
Return Value
Type: TransDate Extended Data Type
The next generation date of the CustRecurrenceInvoice record.