Webiny\Component\Entity\EntityAttributeBuilder::datetime PHP Method

datetime() public method

public datetime ( ) : DateTimeAttribute
return Webiny\Component\Entity\Attribute\DateTimeAttribute
    public function datetime()
    {
        return $this->attributes[$this->attribute] = new self::$classMap['datetime']($this->attribute, $this->entity);
    }