• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message/Param/DateTime.php
  • Класс: BitrixImV2MessageParamDateTime
  • Вызов: DateTime::toRestFormat
public function toRestFormat(): ?string
{
	if ($this->getValue() instanceof MainTypeDateTime)
	{
		return $this->getValue()->format('c');
	}

	return null;
}