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