py-business-calendar icon indicating copy to clipboard operation
py-business-calendar copied to clipboard

The results of the busdaycount() and range() are not consistent

Open truderung opened this issue 4 years ago • 0 comments

This happens because different approachs are used.

busdycount(): Note: The adopted notation is COB to COB, so effectively date1 is not included in the calculation result.

range(): Note: All business days between date1 (inc) and date2 (exc) are returned, and date2 must be bigger than date1.

truderung avatar Aug 05 '20 10:08 truderung