• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/ical/parser/timezone.php
  • Класс: Bitrix\Calendar\ICal\Parser\Timezone
  • Вызов: Timezone::setTimezoneId
public function setTimezoneId(?ParserPropertyType $tzid): Timezone
{
	$this->tzid = $tzid;

	return $this;
}