# File lib/ri_cal/properties/todo.rb, line 61
      def completed=(ruby_value)
        self.completed_property= RiCal::PropertyValue::DateTime.convert(self, ruby_value)
      end