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.
| Object | ||
| Methods inherited from the Object class | ||
| Class (Metaclass) | ||
| Methods inherited from the Class class | ||
| + Orderable (Mixin Class) | ||
Methods inherited from the Orderable class
| ||
| + Comparable (Mixin Class) | ||
| Methods inherited from the Comparable class | ||
| TimeSpan | ||