We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to have a function bizhours that calculates the number of working hours between two Datetimes.
bizhours
There are a couple ways to define a schedule, as I see it:
The text was updated successfully, but these errors were encountered:
Hi @bbrewington this seems really interesting! This is not clear if this must be implemented in the Calendar or in a new structure or class.
I imagine something like this:
bizhours("2017-07-01 12:00:00", "2017-07-06 14:00:00", "Brazil/ANBIMA", "HoursSchedule")
Using ISO datetime or POSIX objects as arguments.
Does this make sense?
Sorry, something went wrong.
I think that would work fine. How would the hour schedule be structured?
No branches or pull requests
It would be nice to have a function
bizhours
that calculates the number of working hours between two Datetimes.There are a couple ways to define a schedule, as I see it:
The text was updated successfully, but these errors were encountered: