公民館
タイプ名: CivicStructure
Place を拡張します。
氏名 |
型 |
説明 |
openHours |
所要時間 |
ビジネスの営業時間です。営業時間は、曜日を [日] で指定し、曜日ごとの時間帯で指定できます。複数の日付を指定する場合は、各日付をカンマ(,)で区切ります。日付または時間の範囲は、ハイフン「-」を使用して指定します。 - 日付は、Mo 、Tu 、We 、Th 、Fr 、Sa 、Su の 2 文字の組み合わせで指定します。 - 時間は 24:00 時間で指定します。たとえば、午後 3 時は 15:00 と指定します。 - 例: <time itemprop="openingHours" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time> 。 - 年中無休で営業している場合は <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"]]