Swift_Mime_Headers_DateHeader::getTimestamp PHP Method

getTimestamp() public method

Get the UNIX timestamp of the Date in this Header.
public getTimestamp ( ) : integer
return integer
    public function getTimestamp()
    {
        return $this->_timestamp;
    }