Given a transaction date and using the system setting for the first month of thr Fiscal year FirstMonthOfFiscalYear, returns a string representing the fiscal period, in a format like YYMM.

Namespace:  Asi.iBO
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public static int CalculateFiscalPeriod(
	DateTime transactionDate
)
Visual Basic (Declaration)
Public Shared Function CalculateFiscalPeriod ( _
	transactionDate As DateTime _
) As Integer
Visual C++
public:
static int CalculateFiscalPeriod(
	DateTime transactionDate
)

Parameters

transactionDate
Type: System..::.DateTime
The date of the transaction for which a fiscal period is desired

Return Value

A string representing the fiscal period, in a format like YYMM.

See Also