Product Site

5.4.24. TimeSpan Class

A TimeSpan object represents a time interval with microsecond resolution. The interval may be positive or negative, with a maximum duration of 3652059 days less one microsecond (which approximately equals 9999 years less one microsecond). A TimeSpan object has methods to allow retrieving components like days or seconds, adding to components, as well as allowing arithmetic operations between TimeSpan objects.
Table 5.59. TimeSpan Class