quantlib.time.calendars.japan.Japan.business_days_between

Japan.business_days_between(self, Date date1, Date date2, include_first=True, include_last=False)

Returns the number of business days between two dates.

Parameters:
date1Date

The start date.

date2Date

The end date.

include_firstbool, optional

Whether to include the start date in the calculation.

include_lastbool, optional

Whether to include the end date in the calculation.