WorkInterval

Description

Package: com.ibm.rpm.applicationadministration.containers

Extends: RPMContainer

Usage

WorkInterval represents a period of time in a day.

Parent is mandatory, allowed parent type is CalendarWeekDay.

Supported API Calls

N/A

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. WorkInterval Field Description
Field Detail
from

Type: string

Default value: N/A

Description: The starting time of the working interval.

Field validation description: The from field must be less than the to field. The value must be in HH:MM format, between 00:15 to 23:45. MM is limited to 00, 15, 30, and 45.

Additional field security restrictions: N/A

to

Type: string

Default value: N/A

Description: The ending time of the working interval.

Field validation description: The from field must be less than the to field. The value must be in HH:MM format, between 00:30 to 24:00. MM is limited to 00, 15, 30, and 45.

Additional field security restrictions: N/A

Inherited Fields

Click on object for list of inherited fields:

From RPMContainer

Related Objects