• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/ical/parser/event.php
  • Класс: BitrixCalendarICalParserEvent
  • Вызов: Event::setCreated
public function setCreated(?ParserPropertyType $created): Event
{
	$this->created = $created;

	return $this;
}