Share via


LeanRuleData.validityPeriodCheck Method [AX 2012]

Validates that a given period overlaps with the validity period of the current LeanRuleData object.

Syntax

public boolean validityPeriodCheck(TransDateTime _fromDateTime, TransDateTime _toDateTime)

Run On

Called

Parameters

Return Value

Type: boolean
true if the periods overlap; otherwise, false.

See Also

Reference

LeanRuleData Class