add method

void add(
  1. DateDay day
)

Implementation

void add(DateDay day) {
  _multipleDays.add(day);
}