Skip to content

/AWS1/CL_DOGSTARTTIMERANGE

A time range used to specify when the behavior of an insight or anomaly started.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_FROMTIME TYPE /AWS1/DOGTIMESTAMP /AWS1/DOGTIMESTAMP

The start time of the time range.

IV_TOTIME TYPE /AWS1/DOGTIMESTAMP /AWS1/DOGTIMESTAMP

The end time of the time range.


Queryable Attributes

FromTime

The start time of the time range.

Accessible with the following methods

Method Description
GET_FROMTIME() Getter for FROMTIME, with configurable default
ASK_FROMTIME() Getter for FROMTIME w/ exceptions if field has no value
HAS_FROMTIME() Determine if FROMTIME has a value

ToTime

The end time of the time range.

Accessible with the following methods

Method Description
GET_TOTIME() Getter for TOTIME, with configurable default
ASK_TOTIME() Getter for TOTIME w/ exceptions if field has no value
HAS_TOTIME() Determine if TOTIME has a value