• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/form/schedule/worktimerestrictionsform.php
  • Класс: BitrixTimemanFormScheduleWorktimeRestrictionsForm
  • Вызов: WorktimeRestrictionsForm::getTimeOrDefault
private function getTimeOrDefault($value, $withPostfix = false)
{
	return $this->isValueSet($value) ?
		($withPostfix ? TimeHelper::getInstance()->convertSecondsToHoursMinutesAmPm($value) : TimeHelper::getInstance()->convertSecondsToHoursMinutes($value))
		: '01:00';
}