# File lib/ri_cal/properties/alarm.rb, line 94
      def trigger=(ruby_value)
        self.trigger_property= RiCal::PropertyValue::Duration.convert(self, ruby_value)
      end