• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sharing/notification/service.php
  • Класс: BitrixCalendarSharingNotificationService
  • Вызов: Service::getEventFormattedDateTime
protected function getEventFormattedDateTime(): string
{
	$from = $this->event->getStart();
	$to = $this->event->getEnd();
	$isFullDay = $this->event->isFullDayEvent();
	return SharingHelper::formatTimeInterval($from, $to, $isFullDay);
}