ساختار مدنی
نام نوع: CivicStructure
مکان را گسترش می دهد
نام | تایپ کنید | شرح |
---|
ساعات کار | مدت زمان | ساعات کاری برای کسب و کار ساعات کار را می توان به عنوان یک بازه زمانی هفتگی مشخص کرد که از روز شروع می شود و سپس بار در روز. چند روز را می توان با کاما فهرست کرد که هر روز از هم جدا می شود. محدوده روز یا زمانی با استفاده از خط فاصله "-" مشخص می شود. - روزها با استفاده از ترکیبات دو حرفی زیر مشخص می شوند: Mo , Tu , We , Th , Fr , Sa , Su . - زمان ها با استفاده از ساعت 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> مشخص کرد. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی."],[[["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"]]