public function PHPExcel_DocumentProperties::getModified in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/DocumentProperties.php \PHPExcel_DocumentProperties::getModified()
Get Modified
Return value
datetime
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ DocumentProperties.php, line 217
Class
- PHPExcel_DocumentProperties
- PHPExcel_DocumentProperties
Code
public function getModified() {
return $this->_modified;
}