IXR_Date::getTimestamp
Method of the class: IXR_Date{}
No Hooks.
Returns
null. Nothing (null).
Usage
$IXR_Date = new IXR_Date(); $IXR_Date->getTimestamp();
IXR_Date::getTimestamp() IXR Date::getTimestamp code WP 7.0
function getTimestamp()
{
return mktime($this->hour, $this->minute, $this->second, $this->month, $this->day, $this->year);
}