addDays

addDays(value)

Adds the specified number of days to the value of this instance.

ParameterTypeDescription
valuefloatA number of whole and fractional days. The value parameter can be negative or positive.

Returns: A DateTime object whose value is the sum of the date and time represented by this instance and the number of days represented by value.