/AWS1/CL_INSTIMESTAMPRANGE¶
This data type is used in the AssessmentRunFilter data type.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_begindate TYPE /AWS1/INSTIMESTAMP /AWS1/INSTIMESTAMP¶
The minimum value of the timestamp range.
iv_enddate TYPE /AWS1/INSTIMESTAMP /AWS1/INSTIMESTAMP¶
The maximum value of the timestamp range.
Queryable Attributes¶
beginDate¶
The minimum value of the timestamp range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BEGINDATE() |
Getter for BEGINDATE, with configurable default |
ASK_BEGINDATE() |
Getter for BEGINDATE w/ exceptions if field has no value |
HAS_BEGINDATE() |
Determine if BEGINDATE has a value |
endDate¶
The maximum value of the timestamp range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDDATE() |
Getter for ENDDATE, with configurable default |
ASK_ENDDATE() |
Getter for ENDDATE w/ exceptions if field has no value |
HAS_ENDDATE() |
Determine if ENDDATE has a value |