/AWS1/CL_BILACTIVETIMERANGE¶
A time range with a start and end time.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_activeafterinclusive TYPE /AWS1/BILTIMESTAMP /AWS1/BILTIMESTAMP¶
The inclusive time range start date.
iv_activebeforeinclusive TYPE /AWS1/BILTIMESTAMP /AWS1/BILTIMESTAMP¶
The inclusive time range end date.
Queryable Attributes¶
activeAfterInclusive¶
The inclusive time range start date.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIVEAFTERINCLUSIVE() |
Getter for ACTIVEAFTERINCLUSIVE, with configurable default |
ASK_ACTIVEAFTERINCLUSIVE() |
Getter for ACTIVEAFTERINCLUSIVE w/ exceptions if field has n |
HAS_ACTIVEAFTERINCLUSIVE() |
Determine if ACTIVEAFTERINCLUSIVE has a value |
activeBeforeInclusive¶
The inclusive time range end date.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIVEBEFOREINCLUSIVE() |
Getter for ACTIVEBEFOREINCLUSIVE, with configurable default |
ASK_ACTIVEBEFOREINCLUSIVE() |
Getter for ACTIVEBEFOREINCLUSIVE w/ exceptions if field has |
HAS_ACTIVEBEFOREINCLUSIVE() |
Determine if ACTIVEBEFOREINCLUSIVE has a value |