# File lib/ri_cal/properties/alarm.rb, line 127
      def duration=(ruby_value)
        self.duration_property= RiCal::PropertyValue::Duration.convert(self, ruby_value)
      end