Checks if a date time value is greater than all of the date times in a list.
Syntax
_IsValueGreaterThanArray (valueToTest,valueList)
Parameters
Parameters for _IsValueGreaterThanArray (PFDateTime, Array)
Parameter |
Definition |
Data type |
---|---|---|
valueToTest |
Date time value with which to compare the values in the list. |
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 date time to test is greater than all of the date times in the array.
Notes
Copyright © 2013, 2016 Oracle and/or its affiliates. All rights reserved.