LdapTools\Utilities\ADTimeSpan::setSeconds PHP Метод

setSeconds() публичный Метод

Set the seconds specified for the time span.
public setSeconds ( integer $seconds )
$seconds integer
    public function setSeconds($seconds)
    {
        $this->setAndVerify($seconds, self::SECONDS);
        return $this;
    }