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