DayCountBasiscalculateDays Method
Calculates the number of days between two
dates using the implemented Day Count method.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public abstract double calculateDays(
FISADate earlierDate,
FISADate laterDate,
int interestFrequency,
bool eomAdjust
)
Public MustOverride Function calculateDays (
earlierDate As FISADate,
laterDate As FISADate,
interestFrequency As Integer,
eomAdjust As Boolean
) As Double
- earlierDate FISADate
- the starting date of the period.
- laterDate FISADate
- the ending date of the period.
- interestFrequency Int32
- the interestFrequency.
- eomAdjust Boolean
-
determines whether the end of month adjustment rule is used.
Doublethe number of days within the specified period.