if (this.focusDate.toDate() > this.range.startDate) {
        this.range.endDate = this.focusDate.toDate();
        this.range.endDate.setHours(this.endHour);
        this.range.endDate.setMinutes(+this.endMinute);
      } else {