/AWS1/CL_DPLTIMERANGE¶
Information about a time range.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_start TYPE /AWS1/DPLTIMESTAMP /AWS1/DPLTIMESTAMP¶
The start time of the time range.
Specify null to leave the start time open-ended.
iv_end TYPE /AWS1/DPLTIMESTAMP /AWS1/DPLTIMESTAMP¶
The end time of the time range.
Specify null to leave the end time open-ended.
Queryable Attributes¶
start¶
The start time of the time range.
Specify null to leave the start time open-ended.
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 the time range.
Specify null to leave the end time open-ended.
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 |