Method: RiCal::Properties::TimezonePeriod#tzoffsetto_property=
- Defined in:
- lib/ri_cal/properties/timezone_period.rb
#tzoffsetto_property=(property_value) ⇒ Object
set the TZOFFSETTO property property value should be an instance of RiCal::PropertyValueUtcOffset
56 57 58 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 56 def tzoffsetto_property=(property_value) @tzoffsetto_property = property_value end |