• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/form/schedule/shiftform.php
  • Класс: BitrixTimemanFormScheduleShiftForm
  • Вызов: ShiftForm::getFormattedEndTime
public function getFormattedEndTime($defaultEndTime = 18 * 60 * 60)
{
	return $this->timeHelper->convertSecondsToHoursMinutesAmPm($this->endTime ?? $defaultEndTime);
}