• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/properties/remind.php
  • Класс: BitrixCalendarCoreEventPropertiesRemind
  • Вызов: Remind::toString
public function toString(): string
{
	if ($this->specificTime || $this->eventStart)
	{
		return (string)$this->getSpecificTime();
	}

	return '';
}