Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
truderung opened this issue Aug 5, 2020 · 0 comments
Open

Comments

@truderung
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant