AddDays
methodsAdd days to a date object.
Parameters:targetDateDate
numberOfDaysToAddNumber
Returns:Date
The date object to add days to.
The number of days to be added to the target date.
Returns a new date object with added days.
Add days to a date object.
The date object to add days to.
The number of days to be added to the target date.
Returns a new date object with added days.