/AWS1/CL_CUSVALUERANGE¶
A structure letting customers specify a relative time window over which over which data is included in the Calculated Attribute. Use positive numbers to indicate that the endpoint is in the past, and negative numbers to indicate it is in the future. ValueRange overrides Value.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_start
TYPE /AWS1/CUSVALUERANGESTART
/AWS1/CUSVALUERANGESTART
¶
The start time of when to include objects. Use positive numbers to indicate that the starting point is in the past, and negative numbers to indicate it is in the future.
iv_end
TYPE /AWS1/CUSVALUERANGEEND
/AWS1/CUSVALUERANGEEND
¶
The end time of when to include objects. Use positive numbers to indicate that the starting point is in the past, and negative numbers to indicate it is in the future.
Queryable Attributes¶
Start¶
The start time of when to include objects. Use positive numbers to indicate that the starting point is in the past, and negative numbers to indicate it is in the future.
Accessible with the following methods¶
Method | Description |
---|---|
GET_START() |
Getter for START, with configurable default |
ASK_START() |
Getter for START w/ exceptions if field has no value |
HAS_START() |
Determine if START has a value |
End¶
The end time of when to include objects. Use positive numbers to indicate that the starting point is in the past, and negative numbers to indicate it is in the future.
Accessible with the following methods¶
Method | Description |
---|---|
GET_END() |
Getter for END, with configurable default |
ASK_END() |
Getter for END w/ exceptions if field has no value |
HAS_END() |
Determine if END has a value |