Initializes a new TimeSpan instance.
If the single
fulldate argument is used, the TimeSpan
argument is initialized to the time span
fulldate microseconds.
Otherwise, the TimeSpan instance is initialized to either the hours,
minutes, and seconds or the
days, hours,
minutes,
seconds, and microseconds
components. Each of these components must be a valid whole number within the acceptable range for the given
component. For example, hours must be in the range 0-23, while
minutes must be in the range 0-59.