Method: RiCal::Properties::TimezonePeriod#tzoffsetto
- Defined in:
- lib/ri_cal/properties/timezone_period.rb
#tzoffsetto ⇒ Object
return the value of the TZOFFSETTO property which will be an instance of UtcOffset
67 68 69 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 67 def tzoffsetto tzoffsetto_property ? tzoffsetto_property.ruby_value : nil end |