Event::setExcludedDateCollection

  1. Bitrix24 API (v. 23.675.0)
  2. calendar
  3. Event
  4. setExcludedDateCollection
  • Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/event.php
  • Класс: BitrixCalendarCoreEventEvent
  • Вызов: Event::setExcludedDateCollection
public function setExcludedDateCollection(?ExcludedDatesCollection $excludedDateCollection): Event
{
	$this->excludedDateCollection = $excludedDateCollection;

	return $this;
}

Добавить комментарий