ScheduleDate

Description

Package: com.ibm.rpm.framework.containers

Extends: RPMObject

Usage

ScheduleDate is an abstract class used to represent a start date, a finish date, duration, and a number of hours worked.

Supported API Calls

N/A

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. ScheduleDate Field Description
Field Detail
days

Type: int

Default value: N/A

Description: Number of days calculated from the durationInMinutes.

This field is read-only.

Field validation description: N/A

Additional field security restrictions: N/A

durationInMinutes

Type: int

Default value: N/A

Description: The duration of a scheduleDate.

Field validation description: Must be greater than or equal to 0.

Additional field security restrictions: N/A

finishDate

Type: dateTime

Default value: N/A

Description: The finish date of a scheduleDate. Calculated from the startDate and the durationInMinutes.

This field is read-only.

Field validation description: N/A

Additional field security restrictions: N/A

hours

Type: double

Default value: N/A

Description: Number of hours calculated from the durationInMinutes.

This field is read-only.

Field validation description: N/A

Additional field security restrictions: N/A

startDate

Type: dateTime

Default value: N/A

Description: The start date of a scheduleDate.

Field validation description: N/A

Additional field security restrictions: N/A

workHours

Type: double

Default value: N/A

Description: Number of hours worked.

This field is read-only.

Field validation description: N/A

Additional field security restrictions: N/A

Inherited Fields

Click on object for list of inherited fields:

From RPMObject

Related Objects