/AWS1/CL_KNDTIMERANGE¶
Provides a range of time.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_starttime TYPE /AWS1/KNDTIMESTAMP /AWS1/KNDTIMESTAMP¶
The Unix timestamp for the beginning of the time range.
iv_endtime TYPE /AWS1/KNDTIMESTAMP /AWS1/KNDTIMESTAMP¶
The Unix timestamp for the end of the time range.
Queryable Attributes¶
StartTime¶
The Unix timestamp for the beginning of the time range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
EndTime¶
The Unix timestamp for the end of the time range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |