Skip to content

/AWS1/CL_BILTIMERANGE

Specifies a time range with inclusive begin and end dates.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_begindateinclusive TYPE /AWS1/BILTIMESTAMP /AWS1/BILTIMESTAMP

The inclusive start date of the time range.

iv_enddateinclusive TYPE /AWS1/BILTIMESTAMP /AWS1/BILTIMESTAMP

The inclusive end date of the time range.


Queryable Attributes

beginDateInclusive

The inclusive start date of the time range.

Accessible with the following methods

Method Description
GET_BEGINDATEINCLUSIVE() Getter for BEGINDATEINCLUSIVE, with configurable default
ASK_BEGINDATEINCLUSIVE() Getter for BEGINDATEINCLUSIVE w/ exceptions if field has no
HAS_BEGINDATEINCLUSIVE() Determine if BEGINDATEINCLUSIVE has a value

endDateInclusive

The inclusive end date of the time range.

Accessible with the following methods

Method Description
GET_ENDDATEINCLUSIVE() Getter for ENDDATEINCLUSIVE, with configurable default
ASK_ENDDATEINCLUSIVE() Getter for ENDDATEINCLUSIVE w/ exceptions if field has no va
HAS_ENDDATEINCLUSIVE() Determine if ENDDATEINCLUSIVE has a value