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