OpeningHoursSpecification
Type name: OpeningHoursSpecification
Extends StructuredValue
Name |
Type |
Description |
closes |
Time |
The closing hour of the place or service on the given day(s) of the week. |
dayOfWeek |
DayOfWeek |
The day of the week for which these opening hours are valid. |
opens |
Time |
The opening hour of the place or service on the given day(s) of the week. |
validFrom |
DateTime |
The date when the item becomes valid. |
validThrough |
DateTime |
The end of the validity of offer, price specification, or opening hours data. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`OpeningHoursSpecification` defines the operating hours of a place or service, extending the base `StructuredValue` type."],["It specifies opening and closing times (`opens`, `closes`) for specific days of the week (`dayOfWeek`)."],["It includes optional validity periods (`validFrom`, `validThrough`) to indicate when the opening hours information is applicable."]]],[]]