WorkingTimes Element (Calendar)

The collection of working times that defines the time for work on a working day or a calendar exception.

<WorkingTimes>
  ComplexTypeValue
</WorkingTimes>

Parent Elements

WeekDay

Child Elements

WorkingTime

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>

See Also

Concepts

Calendar Elements and XML Structure

XML Schema for the Calendars Element