• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/form/schedule/worktimerestrictionsform.php
  • Класс: BitrixTimemanFormScheduleWorktimeRestrictionsForm
  • Вызов: WorktimeRestrictionsForm::issetValue
private function issetValue($value)
{
	return $value !== null && $value !== -1 && $value !== '-1' && $value !== '--:--';
}