Last day of every month?

Is it possible to schedule the last day of every month? It’s an option I will need for my application.

Yes, just use the Monthly pattern and set day to be 31st.

I guess my only concern at this point is that I may have to answer that question every time a user wants to schedule that kind of recurrence. A last day of every month option (like offered in outlook) would be less confusing for the user.

Nothing stops you from exposing “last day of the month” functionality in the UI and setting the value to 31 in code so the users will never know.

Yes, that’s what I decided to do with it. Thanks.