Click or drag to resize

GregorianDate.AddDays Method

Adds the specified number of days to this date and returns the new date.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public GregorianDate AddDays(
	double days
)

Parameters

days
Type: System.Double
The number of days.

Return Value

Type: GregorianDate
The new date.
See Also