Multiple choice technology programming languages In Which of these types do we store the difference between two dates? String Type TimeSpan int None Reveal answer Fill a bubble to check yourself C Correct answer Explanation The difference between two DateTime values is stored in a TimeSpan object, which represents a time interval. String, Type, int, and None are not appropriate types for date differences.