Skip to content

/AWS1/CL_EC2SLOTDATETIMERANG00

Describes the time period for a Scheduled Instance to start its first schedule. The time period must span less than one day.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_EARLIESTTIME TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME

The earliest date and time, in UTC, for the Scheduled Instance to start.

IV_LATESTTIME TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME

The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.


Queryable Attributes

EarliestTime

The earliest date and time, in UTC, for the Scheduled Instance to start.

Accessible with the following methods

Method Description
GET_EARLIESTTIME() Getter for EARLIESTTIME, with configurable default
ASK_EARLIESTTIME() Getter for EARLIESTTIME w/ exceptions if field has no value
HAS_EARLIESTTIME() Determine if EARLIESTTIME has a value

LatestTime

The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.

Accessible with the following methods

Method Description
GET_LATESTTIME() Getter for LATESTTIME, with configurable default
ASK_LATESTTIME() Getter for LATESTTIME w/ exceptions if field has no value
HAS_LATESTTIME() Determine if LATESTTIME has a value