Swift_Mime_Headers_DateHeader::getFieldBodyModel PHP Method

getFieldBodyModel() public method

This method returns a UNIX timestamp.
public getFieldBodyModel ( ) : mixed
return mixed
    public function getFieldBodyModel()
    {
        return $this->getTimestamp();
    }