• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/form/worktime/worktimeeventform.php
  • Класс: BitrixTimemanFormWorktimeWorktimeEventForm
  • Вызов: WorktimeEventForm::getRecordedTimestamp
public function getRecordedTimestamp()
{
	if (!$this->getRecordedDateTime())
	{
		return null;
	}
	return $this->getRecordedDateTime()->format('U');
}