Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Returns date plus specified number of days.

Syntax

Code Block
DateAddDays(date, days)

Arguments

dateDate expression.
daysInteger expression for number of days to add.

Examples

Code Block
DateAddDays([Invoice].CurrentMember.getProperty('Invoice date'), 10)

See also

DateAddWorkdays