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 default calendar should be actual/365 #18

Closed
wilsonfreitas opened this issue May 19, 2014 · 1 comment
Closed

The default calendar should be actual/365 #18

wilsonfreitas opened this issue May 19, 2014 · 1 comment

Comments

@wilsonfreitas
Copy link
Owner

The Calendar's call

Calendar()

Should create a calendar compliant to the actual/365 day count rule where bizdays returns the difference between to and from.

To achieve that the default weekdays argument must be changed to NULL.
The dib argument remains 365.
The others aren't relevant.

wilsonfreitas referenced this issue May 26, 2014
Once `Calendar` is called with no arguments it reflects the actual/365 day count rule.
Now the default weekdays argument is `NULL` which represents current days calculations when calling `bizdays`.
The calendar's name is `actual` what reinforces its purposes.
@wilsonfreitas
Copy link
Owner Author

Done

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

No branches or pull requests

1 participant