Checks if a specified date time value is less than all date time values in an array.
Syntax
_IsValueLessThanArray (valueToTest,valueList)
Parameters
Parameters for _IsValueLessThanArray (PFDateTime, Array)
Parameter |
Definition |
Data type |
---|---|---|
valueToTest |
Date time value with which to compare the values in the array. |
PFDateTime |
valueList |
Array of date time values against which to compare the value specified in the valueToTest parameter. |
Array of PFDateTime values |
Returns
True or False (Boolean), indicating whether the specified date time value is less than all date time values in an array.
Notes
Copyright © 2013, 2016 Oracle and/or its affiliates. All rights reserved.