PublicAPI.Services.ProductionCalendarServices.AddDays ELMA API Documentation
Add a certain number of days to the date, taking the calendar into account (regardless of working hours)
 
 
Syntax

public DateTime AddDays(
	DateTime startTime,
	int addDays
)

Return Value

Type: DateTime
Resulting date
See Also