Adds the current instance to the specified TimeSpan.
[Visual Basic] Public Function Add( _ ByVal ts As TimeSpan _ ) As TimeSpan [C#] public TimeSpan Add( TimeSpan ts ); [C++] public: TimeSpan Add( TimeSpan ts ); [JScript] public function Add( ts : TimeSpan ) : TimeSpan;
A TimeSpan that represents the sum of the current instance and ts.
The Add value of the sum must be between MinValue and MaxValue, otherwise an exception will be thrown.