Skip to content

After Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

Syntax

bool After(value:datetime, comparison:datetime)

Description

Returns a Boolean value indicating whether the first date is later than the second.

Remarks

If any of the inputs dates are null, the function returns false.

Supported Version

1.0.0.0 and later

Examples

After([//Target/EmployeeEndDate]),DateTimeNow())

Clone this wiki locally