Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.Double
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