Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 654 Bytes

BusinessHoursPeriod.md

File metadata and controls

16 lines (9 loc) · 654 Bytes

BusinessHoursPeriod

Description

Represents a period of time during which a business location is open.

Properties

Name Type Description Notes
dayOfWeek String The day of week for this time period. See DayOfWeek for possible values [optional]
startLocalTime String The start time of a business hours period, specified in local time using partial-time RFC3339 format. [optional]
endLocalTime String The end time of a business hours period, specified in local time using partial-time RFC3339 format. [optional]