• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/form/schedule/shiftform.php
  • Класс: BitrixTimemanFormScheduleShiftForm
  • Вызов: ShiftForm::convertToSecondsIfNoErrors
private function convertToSecondsIfNoErrors($fieldName)
{
	if (!$this->hasErrors($fieldName))
	{
		return $this->timeHelper->convertHoursMinutesToSeconds($this->$fieldName);
	}
	return 0;
}