要求されたページは選択されたバージョンでは利用できない。
AddDays
Syntax
integer AddDays (integer datevalue, integer days)
Description
Add days to a date.
Parameters
datevalue
A number representing a date.
days
The number of days to add to the specified date.
Return Value
The resultant date.
Notes
- This function is equivalent to the plusd function, as it can be used by the tester in a “#” expression.
- To subtract days, use a negative value for the days parameter.