Share via


RetailPeriodCode.datePeriodFwd Method

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.

See Also

Reference

RetailPeriodCode Table