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
Get an individual holiday.
Currently there is GetHolidaysInDateRange, i have a use case where im checking an individual date at a time, then add the holiday name to the record if there is a holiday.
Let me know what you think of the above, and if all good i'll look at doing a PR
The text was updated successfully, but these errors were encountered:
I think the booleans are easily handled with ! /not in front of the original - also simple negations will simply inflate the number of methods and reduce discoverability.
Think these extensions would be useful.
The reverse of the current booleans -
Get an individual holiday.
Currently there is
GetHolidaysInDateRange
, i have a use case where im checking an individual date at a time, then add the holiday name to the record if there is a holiday.Let me know what you think of the above, and if all good i'll look at doing a PR
The text was updated successfully, but these errors were encountered: