I want to use the "DateDiff" functionality under a Decision stage, and want this to give the number of days between 'today' and a dynamic date from my process. "DateDiff" require a Interval input, which is a number. But what the number represent isn't clear.
The description says:
"DateDiff(Interval, Start Date, End Date)
Gets the number of intervals (e.g. days, months etc) between two dates. See the Help documentation for examples and full interval list."
But I don't know what documentation they refer to. And I've tried different number input for Interval, which seems to give output as weeks, months, years, quarters and minutes. But I couldn't find the input for days, which I need.
Do someone know how to use "DateDiff" to give a days interval output?