previous() {
    if (!this._previous) {
      if (this._periodicity === 'all') throw new Error('There is no previous slot');

      var date = new Date(this.firstDate.valueOf());