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
Great Library
I was wondering how you would go about solving the following issue. Given a date, if it's a working day return it, else return the next working day.
EDIT I just looked at the source code, it seems NextWorkingDay should do exactly what I'm after.
NextWorkingDay
I agree with the comment made here: #5
Suggesting that an overload would be be needed to determine if we would like to include the current date in the check for NextWorkingDay
The text was updated successfully, but these errors were encountered:
I add "public DateTime NextWorkingDay(DateTime dt, int openDayAdd)", if openDayAdd is 1you don't have same day.
Sorry, something went wrong.
No branches or pull requests
Great Library
I was wondering how you would go about solving the following issue.
Given a date, if it's a working day return it, else return the next working day.
EDIT I just looked at the source code, it seems
NextWorkingDay
should do exactly what I'm after.I agree with the comment made here:
#5
Suggesting that an overload would be be needed to determine if we would like to include the current date in the check for
NextWorkingDay
The text was updated successfully, but these errors were encountered: