Neos\ContentRepository\Domain\Model\Node::getHiddenBeforeDateTime PHP Method

getHiddenBeforeDateTime() public method

Returns the date and time before which this node will be automatically hidden.
public getHiddenBeforeDateTime ( ) : DateTime
return DateTime Date before this node will be hidden
    public function getHiddenBeforeDateTime()
    {
        return $this->nodeData->getHiddenBeforeDateTime();
    }
Node