/**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct(new Time(0, 0, 0), new Time(24, 0, 0));
 }