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

Add new constructors for YearRangeHoliday and MonthDayHoliday #78

Closed
marcwrobel opened this issue Feb 20, 2021 · 0 comments
Closed

Add new constructors for YearRangeHoliday and MonthDayHoliday #78

marcwrobel opened this issue Feb 20, 2021 · 0 comments
Milestone

Comments

@marcwrobel
Copy link
Owner

FinancialCalendars definition can be simplified by providing two new constructors :

  • YearRangeHoliday(Holiday base, long from, long to)
  • MonthDayHoliday(Month month, int dayOfMonth)

With these constructors many declarations are more concise. Such constructors should also be useful for jbanking users.

@marcwrobel marcwrobel added this to the 3.1.0 milestone Feb 20, 2021
@marcwrobel marcwrobel self-assigned this Feb 20, 2021
@marcwrobel marcwrobel changed the title New constructors for YearRangeHoliday and MonthDayHoliday Add new constructors for YearRangeHoliday and MonthDayHoliday Feb 20, 2021
@marcwrobel marcwrobel removed their assignment Jun 30, 2022
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