The daysBetween method is a utility method on the abstract DaycountCalculator base class, it was only really put there to remove duplication from the concrete implementations.
If you want to get the business days between two dates, you should use the getBusinessDaysBetween method on the holiday calendar itself.
Hi,
The daysBetween method is a utility method on the abstract DaycountCalculator base class, it was only really put there to remove duplication from the concrete implementations.
If you want to get the business days between two dates, you should use the getBusinessDaysBetween method on the holiday calendar itself.
Hope this helps.