Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>