# File lib/ri_cal/property_value/date_time.rb, line 350
      def start_of_day?
        [hour, min, sec] == [0,0,0]
      end