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

	return $this;
}