GregorianDateAddDays 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: 24.2.419.0 (24.2.419.0)
Syntax public GregorianDate AddDays(
double days
)
Public Function AddDays (
days As Double
) As GregorianDate
public:
GregorianDate AddDays(
double days
)
member AddDays :
days : float -> GregorianDate
Parameters
- days
- Type: SystemDouble
The number of days.
Return Value
Type:
GregorianDateThe new date.
See Also