com.ibm.rpm.applicationadministration.containers
WorkInterval

com.ibm.rpm.framework.RPMContainer
  extended bycom.ibm.rpm.applicationadministration.containers.WorkInterval

WorkInterval
Extends: com.ibm.rpm.framework.RPMContainer
Child objects: None

WorkInterval represents a period of time in a day.

Parent is mandatory, allowed parent type is CalendarWeekDay.

Supported API Calls:

Related code samples :

Java

C#

Field Summary
xsd:string from
   The starting time of the working interval.
xsd:string to
   The ending time of the working interval.

Inherited Field Summary
xsd:boolean deleted
   When the value of this field is set to true, the RPMContainer is deleted when performing a save operation.

Field Detail

from


xsd:string  from
The starting time of the working interval.

to


xsd:string  to
The ending time of the working interval.

Inherited Field Detail

deleted


xsd:boolean  deleted
When the value of this field is set to true, the RPMContainer is deleted when performing a save operation.

Read-only behavior: The value of this field is read only.

X-Path availability: This field doesn't support X-Path queries.