if (this.range.startDate === undefined && this.range.endDate === undefined) {
      this.range.startDate = this.focusDate.toDate();
      this.range.startDate.setHours(this.startHour);
      this.range.startDate.setMinutes(+this.startMinute);
    } else if (this.range.endDate === undefined) {