• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/timeline/timelineentry.php
  • Класс: Bitrix\Crm\Timeline\TimelineEntry
  • Вызов: TimelineEntry::shift
static function shift($ID, DateTime $time)
{
	Entity\TimelineTable::update($ID, array('CREATED' => $time));
}