CorDateTime: Add

Add

Adds a specified amount of time to the current date, returning a new CorDateTime instance with the calcuated value.



 Public Function Add(
	  ByRef Value As TimeSpan ) As CorDateTime

Parameters

Value
[ByRef] TimeSpan. The amount of time to add.

Return Values

CorDateTime -  The new CorDateTime object containing the new calculated time.

See Also

Project CorLib Overview

Class CorDateTime Overview