function addDays addDays(date: Date,days: number,): Date Adds the given amount of days to the specified date. Parameters date: Date days: number Return Type Date