You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The Calendar's call
Should create a calendar compliant to the actual/365 day count rule where
bizdays
returns the difference betweento
andfrom
.To achieve that the default
weekdays
argument must be changed toNULL
.The
dib
argument remains 365.The others aren't relevant.
The text was updated successfully, but these errors were encountered: