TimeSpanStatic: Add

Add

Returns a new TimeSpan object whose value is the sum of two TimeSpan objects.



 Public Function Add(
	  ByRef Left As TimeSpan,
	  ByRef Right As TimeSpan ) As TimeSpan

Parameters

Left
[ByRef] TimeSpan. The time interval to be added to.
Right
[ByRef] TimeSpan. The time interval to add.

Return Values

TimeSpan -  A new object that represents the value of Left plus the value of Right.

See Also

Project CorLib Overview

Class TimeSpanStatic Overview