Skip to content

/AWS1/CL_IOSTRIMSETTINGS

Contains settings for trimming content to a specific time range.

CONSTRUCTOR

IMPORTING

Required arguments:

io_starttime TYPE REF TO /AWS1/CL_IOSTIMEINNANOS /AWS1/CL_IOSTIMEINNANOS

The start time for the trim range.

io_endtime TYPE REF TO /AWS1/CL_IOSTIMEINNANOS /AWS1/CL_IOSTIMEINNANOS

The end time for the trim range. Must be greater than startTime.


Queryable Attributes

startTime

The start time for the trim range.

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME

endTime

The end time for the trim range. Must be greater than startTime.

Accessible with the following methods

Method Description
GET_ENDTIME() Getter for ENDTIME