Exemple #1
0
 public function __construct(Timezone $tz)
 {
     $this->tz = $tz;
     $this->cal = new \vcalendar();
     $this->cal->setProperty("x-wr-timezone", $tz->getTzid());
 }