# File lib/spreadsheet/format.rb, line 173
    def time?
      !!Regexp.new(client("[hms]", 'UTF-8')).match(@number_format.to_s)
    end