• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/Calc/Libs/DateLib.php
  • Класс: BitrixBizprocCalcLibsDateLib
  • Вызов: DateLib::getWorkDayInterval
private function getWorkDayInterval()
{
	[$startSeconds, $endSeconds] = $this->getCalendarWorkTime();
	return $endSeconds - $startSeconds;
}