<?php
// Bitrix\Bizproc\Automation\Engine\DelayInterval :: setValueType()
// /dist/bitrix/modules/bizproc/lib/automation/engine/delayinterval.php:148
public function setValueType($valueType)
{
if ($valueType === 'i' || $valueType === 'h' || $valueType === 'd')
{
$this->valueType = $valueType;
}
return $this;
}