• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/Activity.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\Activity
  • Вызов: Activity::getLightCounterAt
protected function getLightCounterAt(): ?DateTime
{
	$lightCounterAt = $this->getAssociatedEntityModel()->get('LIGHT_COUNTER_AT');
	return ($lightCounterAt && !\CCrmDateTimeHelper::IsMaxDatabaseDate($lightCounterAt))
		? $lightCounterAt
		: null;
}