Click or drag to resize

GlobalPositioningSystemDateAddDays 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.1.418.0 (24.1.418.0)
Syntax
public GlobalPositioningSystemDate AddDays(
	double days
)

Parameters

days
Type: SystemDouble
The number of days.

Return Value

Type: GlobalPositioningSystemDate
The new date.
See Also