Method: RiCal::Properties::TimezonePeriod#tzname

Defined in:
lib/ri_cal/properties/timezone_period.rb

#tznameObject

return the value of the TZNAME property which will be an array of instances of String



353
354
355
# File 'lib/ri_cal/properties/timezone_period.rb', line 353

def tzname
  tzname_property.map {|prop| prop ? prop.ruby_value : prop}
end