Jyxo\Mail\Sender\Result::getDatetime PHP Method

getDatetime() public method

Returns sending time.
public getDatetime ( ) : Time
return Jyxo\Time\Time
    public function getDatetime() : \Jyxo\Time\Time
    {
        return $this->datetime;
    }