Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Duration AddDays(
double days
)
Public Function AddDays (
days As Double
) As Duration
public:
Duration AddDays(
double days
)
member AddDays :
days : float -> Duration
Parameters
- days
- Type: SystemDouble
The number of days to add.
Return Value
Type:
DurationA new
Duration which is the sum of the original
Duration and the specified number of days.
Exceptions See Also