• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/restriction/webformresultsrestriction.php
  • Класс: Bitrix\Crm\Restriction\WebFormResultsRestriction
  • Вызов: WebFormResultsRestriction::setStartDate
public function setStartDate(?Date $startDate): self
{
	$this->startDate = $startDate;

	return $this;
}