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