OpeningHoursDetailType
OpeningHoursDetailType defines opening hours for each day of week, supporting several time periods within one day.
| Element | Data Type | Required | Description |
|---|---|---|---|
| daymask | String | No | A mask representing the days of the week as an 8-bit integer mask. The following values indicate the following days:• 1 – Sunday • 2 – Monday • 4 – Tuesday • 8 – Wednesday • 16 – Thursday • 32 – Friday • 64 – Saturday Combinations of days can be derived by adding the values together, for example:62 equals Monday, Tuesday, Wednesday, Thursday, Friday (2+4+8+16+32). and 127 equals Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday (1+2+4+8+16+32+64). |
| period | TimePeriodType | No | Period when facility is open |
Parent topic: Data Types
Updated 4 days ago