Designing and Implementing Business Process Models 10.5 | Designing and Implementing Business Process Models | Business Rules Reference | Functions | Summary of List and Range Functions | boolean inRange(Date lowerBound, Date upperBound)
 
boolean inRange(Date lowerBound, Date upperBound)
Indicates whether or not this date is within the specified range. The checking is inclusive, meaning that the lower and upper bound of the range will be tested for the date.
Input Parameters
lowerBound
Date The lower bound of the range to check against (inclusive).
upperBound
Date The upper bound of the range to check against (inclusive).
Return Value
Boolean Returns true if this date exists within the specified range, false otherwise.

Copyright © 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.