remove method

bool remove(
  1. DateDay day
)

Implementation

bool remove(DateDay day) {
  return _multipleDays.remove(day);
}