if ($row['end'] != "00:00:00") {
            $this->End = new DateTime($row['date'] . " " . $row['end']);
        }