dirkolbrich/dateseq

exclude specific dates or days periodically

dirkolbrich opened this issue · 0 comments

exclude specific dates or days periodically, e.g. ExcludeEvery("MM-DD", "12-25", "12-26"), which would exclude all Christmas holidays from the sequence.
The method should accept a format and a range of dates:

  • ExcludeEvery("Mon", "Mon", "Tue") - excludes every Monday and Tuesday