• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/builders/eventbuilderfromarray.php
  • Класс: BitrixCalendarCoreBuildersEventBuilderFromArray
  • Вызов: EventBuilderFromArray::getEnd
protected function getEnd(): Date
{
	return new Date(
		Util::getDateObject(
			$this->fields['DATE_TO'] ?? null,
                $this->isFullDay(),
                $this->fields['TZ_TO'] ?? null,
		)
	);
}