IXR_Date::getTimestamp()publicWP 1.0

Method of the class: IXR_Date{}

No Hooks.

Return

null. Nothing (null).

Usage

$IXR_Date = new IXR_Date();
$IXR_Date->getTimestamp();

IXR_Date::getTimestamp() code WP 6.5.2

function getTimestamp()
{
    return mktime($this->hour, $this->minute, $this->second, $this->month, $this->day, $this->year);
}