Method: RiCal::Properties::TimezonePeriod#tzoffsetfrom=
- Defined in:
- lib/ri_cal/properties/timezone_period.rb
#tzoffsetfrom=(ruby_value) ⇒ Object
set the value of the TZOFFSETFROM property
94 95 96 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 94 def tzoffsetfrom=(ruby_value) self.tzoffsetfrom_property= RiCal::PropertyValue::UtcOffset.convert(self, ruby_value) end |