โครงสร้างทางแพ่ง
ชื่อประเภท: CivicStructure
ขยายสถานที่
ชื่อ |
ประเภท |
คำอธิบาย |
เวลาทําการ |
ระยะเวลา |
เวลาทําการของธุรกิจ คุณระบุเวลาทําการเป็นช่วงเวลาประจําสัปดาห์ได้ โดยเริ่มจากวัน ตามด้วยเวลาต่อวัน คุณใส่คอมมาคั่นได้หลายวัน ',' คั่นในแต่ละวัน ระบบจะระบุช่วงวันหรือเวลาโดยใช้ขีดกลาง "-" - ระบบจะระบุวันโดยใช้ชุดค่าผสม 2 ตัวอักษร ได้แก่ Mo , Tu , We , Th , Fr , Sa , Su - ระบุเวลาโดยใช้เวลา 24:00 น. เช่น เวลา 15.00 น. จะระบุว่า 15:00 - ตัวอย่างคือ <time itemprop="openingHours" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time> - หากธุรกิจเปิดทําการ 7 วันต่อสัปดาห์ ให้ระบุเป็น <time itemprop="openingHours" datetime="Mo-Su">Monday through Sunday, all day</time> |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-09-03 UTC
[null,null,["อัปเดตล่าสุด 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"]]