includeTime = $includeTime; } /** * @return bool */ public function getIncludeTime() { return $this->includeTime; } /** * @param bool */ public function setIncludeYear($includeYear) { $this->includeYear = $includeYear; } /** * @return bool */ public function getIncludeYear() { return $this->includeYear; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DateQuestion::class, 'Google_Service_Forms_DateQuestion');