_Count(Date, Array)
Counts the number of occurrences of a date time value in an array.
Syntax
_Count(valueToCount,valueList)
Parameters
| Parameter | Definition | Data type |
|---|---|---|
|
valueToCount |
Value to count |
PFDateTime |
|
valueList |
Array of values to search |
Array of PFDateTime values |
Returns
The number of occurrences of a given date time value in an array.
Parent topic: _Count