• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/worktime/action/shiftwithdate.php
  • Класс: BitrixTimemanServiceWorktimeActionShiftWithDate
  • Вызов: ShiftWithDate::endedByTime
public function endedByTime(DateTime $userNowDateTime)
{
	return $userNowDateTime->getTimestamp() > $this->getDateTimeEnd()->getTimestamp() + $this->getMaxEndOffset();
}