• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Body/ContentBlock/Calendar/SharingSlotsListItem.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Body\ContentBlock\Calendar\SharingSlotsListItem
  • Вызов: SharingSlotsListItem::setTimeEnd
public function setTimeEnd(?int $timeEnd): self
{
	$this->timeEnd = $timeEnd;
	return $this;
}