/AWS1/CL_OSRINSIGHTTIMERANGE¶
Specifies the time range for filtering insights.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_from TYPE /AWS1/OSRLONG /AWS1/OSRLONG¶
The start of the time range, in epoch milliseconds.
iv_to TYPE /AWS1/OSRLONG /AWS1/OSRLONG¶
The end of the time range, in epoch milliseconds.
Queryable Attributes¶
From¶
The start of the time range, in epoch milliseconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FROM() |
Getter for FROM, with configurable default |
ASK_FROM() |
Getter for FROM w/ exceptions if field has no value |
HAS_FROM() |
Determine if FROM has a value |
To¶
The end of the time range, in epoch milliseconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TO() |
Getter for TO, with configurable default |
ASK_TO() |
Getter for TO w/ exceptions if field has no value |
HAS_TO() |
Determine if TO has a value |