Öffentliche Struktur
Typname: CivicStruktur
Erweitert Place
Name |
Typ |
Beschreibung |
Öffnungszeit |
Dauer |
Die Öffnungszeiten eines Unternehmens. Die Öffnungszeiten können als wöchentlicher Zeitraum mit Tagen und dann pro Tag angegeben werden. Es können mehrere Tage mit Kommas (;) angegeben werden. Tage oder Zeiträume werden mit einem Bindestrich „-“ angegeben. – Tage werden mithilfe der folgenden zweistelligen Kombinationen angegeben: Mo , Tu , We , Th , Fr , Sa , Su . - Zeiten werden im 24:00-Format angegeben. Beispiel: 15:00 Uhr wird als 15:00 angegeben. – Hier ein Beispiel: <time itemprop="openingHours" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time> . - Wenn ein Unternehmen 7 Tage die Woche geöffnet ist, kann es als <time itemprop="openingHours" datetime="Mo-Su">Monday through Sunday, all day</time> angegeben werden. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-03 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-09-03 (UTC)."],[[["CivicStructure is a type of Place, providing information about civic structures like government buildings or public spaces."],["It includes an `openingHours` property to specify the structure's operating hours using a structured format with days and times."],["`openingHours` uses a specific syntax to represent weekly time ranges, including days (Mo, Tu, We, Th, Fr, Sa, Su) and 24-hour time."]]],["The `CivicStructure` type, which extends `Place`, includes the `openingHours` property. This property, of type `Duration`, details a business's operating hours. Hours are defined as weekly ranges using two-letter day codes (e.g., `Mo`, `Tu`) and 24-hour time. Multiple days are comma-separated, and ranges use hyphens. For instance, `Tu,Th 16:00-20:00` means Tuesdays and Thursdays from 4 PM to 8 PM, and `Mo-Su` shows opening hours from Monday through Sunday.\n"]]