CalculatorgetCashFlowDate(Int32) Method
Get a cash flow date for a particular cashflow, as specified by
the provided cashFlowIndex.
Namespace: com.ftlabs.fisa.calcAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
FISADate getCashFlowDate(
int cashFlowIndex
)
Function getCashFlowDate (
cashFlowIndex As Integer
) As FISADate
- cashFlowIndex Int32
-
The cashflow index. cashFlowIndex is zero based and must be a number
from 0 to getCashFlowCount() - 1.
FISADate
The cash flow date for the provided cash flow index.
CashFlowSchedulegetCashFlowDate(Int32)