TimeSpan: Add

Add

Adds a timespan to this instance.



 Public Function Add(
	  ByRef ts As TimeSpan ) As TimeSpan

Parameters

ts
[ByRef] TimeSpan. TimeSpan to be added.

Return Values

TimeSpan -  A TimeSpan that represents the sum of the two timespans.

See Also

Project CorLib Overview

Class TimeSpan Overview