InterestRateSchedulegetIndex Method
Get the index of the given date.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
int getIndex(
FISADate date
)
Function getIndex (
date As FISADate
) As Integer
- date FISADate
- a date
Int32
The index of the given date, or -1 if the date isn't found
within this schedule.