• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/schedule/schedule.php
  • Класс: BitrixTimemanModelScheduleSchedule
  • Вызов: Schedule::getAllowedMaxShiftStartOffset
public function getAllowedMaxShiftStartOffset()
{
	return (int)$this->obtainWorktimeRestrictions(ScheduleTable::WORKTIME_RESTRICTION_MAX_SHIFT_START_OFFSET);
}