Skip to content

/AWS1/CL_TBDDATETIMEFILTXPRSN

The time stamp in date-time format.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/TBDSTRING /AWS1/TBDSTRING

The name of the date-time field to filter on.

IV_OPERATOR TYPE /AWS1/TBDCOMPARISONOPERATOR /AWS1/TBDCOMPARISONOPERATOR

The type of comparison to use to filter the results.

IV_DATETIME TYPE /AWS1/TBDTIMESTAMP /AWS1/TBDTIMESTAMP

The date and time.


Queryable Attributes

name

The name of the date-time field to filter on.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

operator

The type of comparison to use to filter the results.

Accessible with the following methods

Method Description
GET_OPERATOR() Getter for OPERATOR, with configurable default
ASK_OPERATOR() Getter for OPERATOR w/ exceptions if field has no value
HAS_OPERATOR() Determine if OPERATOR has a value

dateTime

The date and time.

Accessible with the following methods

Method Description
GET_DATETIME() Getter for DATETIME, with configurable default
ASK_DATETIME() Getter for DATETIME w/ exceptions if field has no value
HAS_DATETIME() Determine if DATETIME has a value