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

BYMONTHDAY Support #272

Merged
merged 5 commits into from
Nov 2, 2020
Merged

BYMONTHDAY Support #272

merged 5 commits into from
Nov 2, 2020

Commits on Nov 1, 2020

  1. Implement method: getDaysOfMonthMatchingByMonthDayRRule

    (Not to be confused with `getDaysOfMonthMatchingByDayRRule()`)
    
    Does what it says on the tin.
    
    For now, used only with the MONTHLY frequency but should be usable with DAILY as well.
    s0600204 committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    65cc202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b02c29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1ed463 View commit details
    Browse the repository at this point in the history
  4. Cache getDaysOfMonthMatchingByMonthDayRRule result when using DAILY

    The return value only differs from a previous call when the month changes,
    so instead of running the method every iteration of a DAILY cycle,
    we recreate the variable only after a month change.
    s0600204 committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    843adc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b20873d View commit details
    Browse the repository at this point in the history