# File lib/ri_cal/properties/freebusy.rb, line 61
      def dtstart=(ruby_value)
        self.dtstart_property= RiCal::PropertyValue::DateTime.convert(self, ruby_value)
      end