public function Date::getTimestamp in PersianTools 7
returns current timestamp of the object this time stamp is equivalent to system timestamp; for current time
@access public
Return value
int
File
- includes/
Date.php, line 628
Class
Namespace
ShamsiCode
public function getTimestamp() {
return $this->_timestamp;
}