Method: RiCal::Properties::TimezonePeriod#tzoffsetfrom

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

#tzoffsetfromObject

return the value of the TZOFFSETFROM property which will be an instance of UtcOffset



100
101
102
# File 'lib/ri_cal/properties/timezone_period.rb', line 100

def tzoffsetfrom
  tzoffsetfrom_property ? tzoffsetfrom_property.ruby_value : nil
end