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

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