LdapTools\Utilities\ADTimeSpan::setMinutes PHP Method

setMinutes() public method

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