Skip to content

/AWS1/CL_GSTISO8601TIMERANGE

Time range specified using ISO 8601 format timestamps.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_starttime TYPE /AWS1/GSTTIMESTAMP /AWS1/GSTTIMESTAMP

Start time in ISO 8601 format in Coordinated Universal Time (UTC).

Example: 2026-11-15T10:28:48.000Z

iv_endtime TYPE /AWS1/GSTTIMESTAMP /AWS1/GSTTIMESTAMP

End time in ISO 8601 format in Coordinated Universal Time (UTC).

Example: 2024-01-15T12:00:00.000Z


Queryable Attributes

startTime

Start time in ISO 8601 format in Coordinated Universal Time (UTC).

Example: 2026-11-15T10:28:48.000Z

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME, with configurable default
ASK_STARTTIME() Getter for STARTTIME w/ exceptions if field has no value
HAS_STARTTIME() Determine if STARTTIME has a value

endTime

End time in ISO 8601 format in Coordinated Universal Time (UTC).

Example: 2024-01-15T12:00:00.000Z

Accessible with the following methods

Method Description
GET_ENDTIME() Getter for ENDTIME, with configurable default
ASK_ENDTIME() Getter for ENDTIME w/ exceptions if field has no value
HAS_ENDTIME() Determine if ENDTIME has a value