• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Body/ContentBlock/Date.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Body\ContentBlock\Date
  • Вызов: Date::getProperties
protected function getProperties(): array
{
	return array_merge(
		$this->getTextProperties(),
		[
			'value' => $this->getDate()->getTimestamp(),
			'withTime' => $this->isWithTime(),
			'format' => $this->getFormat(),
		]
	);
}