Method: RiCal::Properties::TimezonePeriod#add_rdate
- Defined in:
- lib/ri_cal/properties/timezone_period.rb
#add_rdate(*ruby_value) ⇒ Object
add one value to the RDATE property one instances of OccurrenceList may be passed to this method
209 210 211 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 209 def add_rdate(*ruby_value) self.rdate_property << RiCal::PropertyValue::OccurrenceList.convert(self, *ruby_value) end |