Scalr\Service\OpenStack\Services\Servers\Type\ListImagesFilter::setChangesSince PHP Method

setChangesSince() public method

Sets changes-since time
public setChangesSince ( DateTime $changesSince = null ) : ListImagesFilter
$changesSince DateTime The changes-since time.
return ListImagesFilter
    public function setChangesSince(DateTime $changesSince = null)
    {
        $this->changesSince = $changesSince;
        return $this;
    }