Checks if a specified date time value is less than or equal to at least one of the date time values in an array.
Syntax
_IsValueLessThanOrEqualToArray (valueToTest,valueList)
Parameters
Parameters for _IsValueLessThanOrEqualToArray (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 or equal to at least one of the date time values in an array.
Notes
Copyright © 2013, 2016 Oracle and/or its affiliates. All rights reserved.