edmiGetHashedDateIntervalBN
EdmiError edmiGetHashedDateIntervalBN (SdaiModel modelId, SdaiString entityName, SdaiString attributeName, EdmiPackedDate firstDate, EdmiPackedDate lastDate, SdaiInteger maxBufferSize, SdaiInteger *index, SdaiInteger *numberOfHits, SdaiInstance *resultBuffer);
This function will find all elements in a persistent attribute hash table of data type edmPACKED_DATE that matches a given time interval.
Arguments
1 | Type | Name | Comment |
2 | SdaiModel | modelId | Comment |
3 | SdaiString | entityName | |
4 | SdaiString | attributeName | |
5 | EdmiPackedDate | firstDate | |
6 | EdmiPackedDate | lastDate | |
7 | SdaiInteger | maxBufferSize | max size in bytes of “resultBuffer |
8 | SdaiInteger | index | input: index of first matching instance; First index has value 0 (zero)out: index of last matching instance |
9 | SdaiInteger | numberOfHits | input: max matching instances to return; This value may be overruled by the “maxBufferSize” argument out: actual matching instances returned |
10 | SdaiInstance | resultBuffer | table of matching instances |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.
Options
Example
See also
Filter by label
There are no items with the selected labels at this time.