CorDateTime: AddDays

AddDays

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



 Public Function AddDays(
	  ByVal Value As Double ) As CorDateTime

Parameters

Value
[ByVal] Double. The number of days to add.

Return Values

CorDateTime -  The new CorDateTime containing the calculated value.

See Also

Project CorLib Overview

Class CorDateTime Overview