# File lib/ri_cal/property_value/date.rb, line 175
      def for_occurrence(occurrence)
        if occurrence.start_of_day?
           occurrence.to_ri_cal_date_value(timezone_finder)
        else
          occurrence.for_parent(timezone_finder)
        end
      end