cDateTime: AddDays

AddDays

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



 Public Function AddDays(
	  ByVal Value As Double ) As cDateTime

Parameters

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

Return Values

cDateTime -  The new cDateTime containing the calculated value.

Remarks

See Also

Project VBCorLib Overview Class cDateTime Overview cDateTime Properties cDateTime Methods Add AddHours