Overview

Hold the frebusy status of for a time interval.

Members

Name Type Description

end

dateTime

End of the range covered by this FreeBusyInterval.

freeBusyType

freeBusyType

FreeBusy status of the interval.

start

dateTime

Start of the range covered by this FreeBusyInterval.

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:freeBusyInterval xsi:type="obh:freeBusyInterval" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <end>your_dateTime_0</end>
        <freeBusyType>your_freeBusyType_0</freeBusyType>
        <start>your_dateTime_0</start>
</obh:freeBusyInterval>

Referenced By Representaions