RetailPeriodCode.dateFunction Method
Gets the date based on the transaction date, the function, the ledger period type.
Syntax
public TransDate dateFunction(
TransDate transactionDate,
StartEnd function,
LedgerPeriodType period)
Run On
Called
Parameters
- transactionDate
Type: TransDate Extended Data Type
The transaction date.
- function
Type: StartEnd Enumeration
The fucntion (e.g. Start, End).
- period
Type: LedgerPeriodType Enumeration
The ledger period type.
Return Value
Type: TransDate Extended Data Type
The result date.