Method: RiCal::Properties::TimezonePeriod#remove_rdate

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

#remove_rdate(*ruby_value) ⇒ Object

remove one value from the RDATE property one instances of OccurrenceList may be passed to this method



221
222
223
# File 'lib/ri_cal/properties/timezone_period.rb', line 221

def  remove_rdate(*ruby_value)
 self.rdate_property.delete(RiCal::PropertyValue::OccurrenceList.convert(self, *ruby_value))
end