• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/ical/basic/observance.php
  • Класс: BitrixCalendarICalBasicObservance
  • Вызов: Observance::setOffsetFrom
public function setOffsetFrom(DateTimeZone $tz): Observance
{
	$time = Util::getDateObject(null, false, $tz->getName());
	$this->offsetFrom = $time->format('O');

	return $this;
}