getTimeUpdated() public method

Get update time.
public getTimeUpdated ( ) : DateTime
return DateTime
 public function getTimeUpdated()
 {
     $this->__load();
     return parent::getTimeUpdated();
 }