The opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'. - Days are specified using the following two-letter combinations:Mo,Tu,We,Th,Fr,Sa,Su. - Times are specified using 24:00 time. For example, 3pm is specified as15:00. - Here is an example:<time itemprop="openingHours" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time>. - If a business is open 7 days a week, then it can be specified as<time itemprop="openingHours" datetime="Mo-Su">Monday through Sunday, all day</time>.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[],[],null,["# LocalBusiness\n\nType name: [LocalBusiness](/workspace/gmail/markup/reference/types/LocalBusiness)\n\nExtends [Organization](/workspace/gmail/markup/reference/types/Organization) or [Place](/workspace/gmail/markup/reference/types/Place)\n\n| Name | Type | Description |\n|--------------------|----------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| branchOf | [Organization](/workspace/gmail/markup/reference/types/Organization) | The larger organization that this local business is a branch of, if any. |\n| currenciesAccepted | [Text](/workspace/gmail/markup/reference/types/Text) | The currency accepted (in [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217)). |\n| openingHours | [Duration](/workspace/gmail/markup/reference/types/Duration) | The opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'. - Days are specified using the following two-letter combinations: `Mo`, `Tu`, `We`, `Th`, `Fr`, `Sa`, `Su`. - Times are specified using 24:00 time. For example, 3pm is specified as `15:00`. - Here is an example: `\u003ctime itemprop=\"openingHours\" datetime=\"Tu,Th 16:00-20:00\"\u003eTuesdays and Thursdays 4-8pm\u003c/time\u003e`. - If a business is open 7 days a week, then it can be specified as `\u003ctime itemprop=\"openingHours\" datetime=\"Mo-Su\"\u003eMonday through Sunday, all day\u003c/time\u003e`. |\n| paymentAccepted | [Text](/workspace/gmail/markup/reference/types/Text) | Cash, credit card, etc. |\n| priceRange | [Text](/workspace/gmail/markup/reference/types/Text) | The price range of the business, for example `$$$`. |"]]