Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - calendarDayTimePeriodType

Description

This type represents a period of time within a 24 hour day. A timeslot must be defined on a 15-minute boundary. End times must define the last second of the given 15 minute time slot.

Properties

Name Type Occurrence Description
end workingTimeEndType Required End times must define the last second of the given 15 minute time slot. Example ending times would be 09:14:59 or 10:44:59.
start workingTimeStartType Required The starting time must be evenly dividable by 15 minutes exactly. Example starting times would be 09:00:00 or 10:30:00.
In This Document