Multiple choice technology programming languages

In Which of these types do we store the difference between two dates?

  1. String

  2. Type

  3. TimeSpan

  4. int

  5. 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.