hoursAvailable
The hours during which this service or contact is available.
Examples
This example is in microdata only.
<div itemscope itemtype="http://schema.org/Hotel">
<h1><span itemprop="name">ACME Hotel Innsbruck</span></h1>
<span itemprop="description">A beautifully located business hotel right in the
heart of the alps. Watch the sun rise over the scenic Inn valley while
enjoying your morning coffee.</span>
Hotel Features:
<ul>
<li itemprop="amenityFeature" itemscope itemtype="http://schema.org/LocationFeatureSpecification">
<span itemprop="name">Sauna</span>
<meta itemprop="value" content="True">
<div itemprop="hoursAvailable" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
<link itemprop="dayOfWeek" href="http://purl.org/goodrelations/v1#Thursday" />(Open Thursdays
<time itemprop="opens" content="16:00:00"> 4:00 PM</time> -
<time itemprop="closes" content="21:00:00"> 9:00 PM</time>)
</div>
</li>
</ul>
</div>
This example is in microdata only.
This example is in microdata only.