cDateTime: Add

Add

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



 Public Function Add(
	  ByRef ts As TimeSpan ) As cDateTime

Parameters

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

Return Values

cDateTime -  The new date object containing the new calculated time.

Remarks

See Also

Project VBCorLib Overview Class cDateTime Overview cDateTime Properties cDateTime Methods AddDays