WorkingTimes Element (Calendar)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
The collection of working times that defines the time for work on a working day or a calendar exception.
<WorkingTimes>
ComplexTypeValue
</WorkingTimes>
Parent Elements
Child Elements
Occurrences
Minimum: 0 Maximum: 1 |
Remarks
A WorkingTimes collection must contain at least one WorkingTime element, and can contain up to five WorkingTime elements.
Example
The following example specifies two WorkingTime periods in a day.
<WorkingTimes>
<WorkingTime>
<FromTime>09:00:00</FromTime>
<ToTime>12:00:00</ToTime>
</WorkingTime>
<WorkingTime>
<FromTime>13:00:00</FromTime>
<ToTime>17:00:00</ToTime>
</WorkingTime>
</WorkingTimes>