• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/form/schedule/shiftform.php
  • Класс: BitrixTimemanFormScheduleShiftForm
  • Вызов: ShiftForm::runAfterValidate
protected function runAfterValidate()
{
	$this->breakDuration = $this->convertToSecondsIfNoErrors('breakDurationFormatted');
	$this->startTime = $this->convertToSecondsIfNoErrors('startTimeFormatted');
	$this->endTime = $this->convertToSecondsIfNoErrors('endTimeFormatted');
}