• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/form/schedule/worktimerestrictionsform.php
  • Класс: BitrixTimemanFormScheduleWorktimeRestrictionsForm
  • Вызов: WorktimeRestrictionsForm::convertFormattedTimeToSeconds
private function convertFormattedTimeToSeconds($time)
{
	return $time == '--:--' ? -1 : TimeHelper::getInstance()->convertHoursMinutesToSeconds($time);
}