# File lib/ri_cal/properties/timezone_period.rb, line 23 def dtstart_property=(property_value) @dtstart_property = property_value ? property_value.for_parent(self) : nil end