} else if (this.value > this.end && this.value != null && this.end != null) {
      this.set("value", new Date(this.end), null, false);
    }