Example #1
0
 /**
  * Returns the locale option string containing the timezone option set 
  * to the timezone of this calendar.
  * 
  * @param      string The prefix which will be applied to the timezone option
  *                    string. Use ';' here if you intend to use several 
  *                    locale options and append the result of this method
  *                    to your locale string.
  *
  * @return     string 
  * 
  * @author     Dominik del Bondio <*****@*****.**>
  * @since      1.0.0
  */
 public function getTimeZoneLocaleOptionString($prefix = '@')
 {
     return AgaviLocale::getTimeZoneOptionString($this, $prefix);
 }