EssentialsDate.AddDays method
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Time |
---|---|
Assembly | Skybrud.Essentials.dll |
AddDays(int)
Returns a new EssentialsDate that adds the specified number of days to the value of this instance.
public EssentialsDate AddDays(int value)
Parameters
value
int
A number of whole and fractional days. The value
parameter can be negative or positive.
Returns
An object whose value is the sum of the date and time represented by this instance and the number of days represented by value.