• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/properties/remindcollection.php
  • Класс: BitrixCalendarCoreEventPropertiesRemindCollection
  • Вызов: RemindCollection::setEventStart
public function setEventStart(Date $start): RemindCollection
{
	$this->start = $start;

	return $this;
}