• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/properties/remind.php
  • Класс: BitrixCalendarCoreEventPropertiesRemind
  • Вызов: Remind::setTimeBeforeEvent
public function setTimeBeforeEvent(int $time = 15, string $units = self::UNIT_MINUTES): Remind
{
	$this->time = $time;
	$this->units = $units;

	return $this;
}