• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/integration/report/handler/base.php
  • Класс: BitrixVoximplantIntegrationReportHandlerBase
  • Вызов: Base::getDifferenceInSeconds
protected function getDifferenceInSeconds(Date $from, Date $to): int
{
	return $to->getTimestamp() - $from->getTimestamp();
}