• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/engine/delayinterval.php
  • Класс: Bitrix\Crm\Automation\Engine\DelayInterval
  • Вызов: DelayInterval::setValue
public function setValue($value)
{
	$this->value = (int)$value;

	return $this;
}