CalendarDay

Description

Package: com.ibm.rpm.applicationadministration.containers

Extends: RPMObject

Usage

CalendarDay is an abstract class used to represents the working time of a day.

Supported API Calls

N/A

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. CalendarDay Field Description
Field Detail
type

Type: CalendarWeekDayType

Default value: N/A

Description: Type of day

Field validation description: N/A

Additional field security restrictions: N/A

intervals

Type: WorkInterval[]

Default value: N/A

Description: Intervals of working time in a day. A maximum of 5 intervals can be added.

Field validation description: : A maximum of 5 intervals can be added. The to field must be smaller than the from field of a consecutive WorkInterval.

Additional field security restrictions: N/A

minutes

Type: int

Default value: N/A

Description: Number of working minutes in a day

Field validation description: This field is read-only. It is calculated automatically from the intervals.

Additional field security restrictions: N/A

Inherited Fields

Click on object for list of inherited fields:

From RPMObject

Related Objects