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.
Finds the start date of the next N fiscal calendar periods.
Or, finds the end date of the previous N fiscal calendar periods.
N is the number of the periods. It can be both postive or negative.
Syntax
public date datePeriodFwd(date _transDate, int _qty)
Run On
ClientOrServer
Parameters
- _transDate
Type: date
The basis date.
- _qty
Type: int
The number of the fiscal calendar periods.
Return Value
Type: date
The result date.