IsFieldDateEqualOrBefore

Checks that the date in the current field represented by the bound Field object of the Document Hierarchy is less than or equal to the Date value in the field that is specified as the parameter.

Syntax

bool IsFieldDateEqualOrAfter (StrParam)

Parameters

The name of the Field object of the Document Hierarchy to be compared with Date value of the current field. Smart parameters are supported.

Returns

False if the date condition is not met, if the action is not applied at the Field level, or if either field does not contain a valid date value. Otherwise, True.

Level

Field Level.

Details

Example
IsFieldDateEqualOrBefore("24aDtFr1")