• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/worktime/action/shiftsmanager.php
  • Класс: BitrixTimemanServiceWorktimeActionShiftsManager
  • Вызов: ShiftsManager::buildNextShiftWithDate
public function buildNextShiftWithDate(DateTime $userDateTime, ?ShiftWithDate $previousShitWithDate = null): ?ShiftWithDate
{
	return $this->buildShiftWithDate($userDateTime, false, $previousShitWithDate);
}