DayCountBasiscalculateDays Method

Calculates the number of days between two dates using the implemented Day Count method.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public abstract double calculateDays(
	FISADate earlierDate,
	FISADate laterDate,
	int interestFrequency,
	bool eomAdjust
)

Parameters

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.

Return Value

Double
the number of days within the specified period.

See Also