# File lib/ri_cal/properties/freebusy.rb, line 94
      def dtend=(ruby_value)
        self.dtend_property= RiCal::PropertyValue::DateTime.convert(self, ruby_value)
      end