Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Returns date plus specified number of days.

Syntax

DateAddDays(date, days)

Arguments

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

Examples

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

See also

DateAddWorkdays

  • No labels