Skip to content

Before Function

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

Syntax

bool Before(value:datetime, comparison:datetime)

Description

Returns a Boolean value indicating whether the first date is earlier 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

Before([//Effective/EmployeeStartDate],[//Effective/EmployeeEndDate])

Clone this wiki locally