FUNCTION ElaborateTimeRangeFilterCriteria : BOOL
This method is an helper for the customer It elaborates the criteria for the filtering on time range and send back the parameters to use
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
ElaborateTimeRangeFilterCriteria
|
BOOL
|
|
Input
|
filterType
|
EFilterTimeRangeType
|
Filter type to use
|
dtFrom
|
DT
|
Start filter position
|
dtTo
|
DT
|
Stop filter position
|
Output
|
filterTypeElab
|
EFilterTimeRangeType
|
Filter criteria after the elaboration
|
tsFrom
|
Timestamp
|
Timestamp to use for start filter position
|
tsTo
|
Timestamp
|
Timestamp to use for stop filter position
|
|