• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/dispatch/methodschedule.php
  • Класс: BitrixSenderDispatchMethodSchedule
  • Вызов: MethodSchedule::setTime
public function setTime($hours, $minutes)
{
	$this->hours = $hours;
	$this->minutes = $minutes;
	return $this;
}