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