Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@JRondeau16
Created August 20, 2015 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JRondeau16/c042743a8b2a653e3aa8 to your computer and use it in GitHub Desktop.
Save JRondeau16/c042743a8b2a653e3aa8 to your computer and use it in GitHub Desktop.
Hours of Operation Raw Value - Open Monday-Friday 8-5 and closed weekends
<?xml version="1.0" encoding="utf-16"?>
<hoursofoperationmodel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<days>
<day>
<isclosed>false</isclosed>
<openingtime>8:00 AM</openingtime>
<closingtime>5:00 PM</closingtime>
<dayofweek>Monday</dayofweek>
</day>
<day>
<isclosed>false</isclosed>
<openingtime>8:00 AM</openingtime>
<closingtime>5:00 PM</closingtime>
<dayofweek>Tuesday</dayofweek>
</day>
<day>
<isclosed>false</isclosed>
<openingtime>8:00 AM</openingtime>
<closingtime>5:00 PM</closingtime>
<dayofweek>Wednesday</dayofweek>
</day>
<day>
<isclosed>false</isclosed>
<openingtime>8:00 AM</openingtime>
<closingtime>5:00 PM</closingtime>
<dayofweek>Thursday</dayofweek>
</day>
<day>
<isclosed>false</isclosed>
<openingtime>8:00 AM</openingtime>
<closingtime>5:00 PM</closingtime>
<dayofweek>Friday</dayofweek>
</day>
<day>
<isclosed>true</isclosed>
<openingtime></openingtime>
<closingtime></closingtime>
<dayofweek>Saturday</dayofweek>
</day>
<day>
<isclosed>true</isclosed>
<openingtime></openingtime>
<closingtime></closingtime>
<dayofweek>Sunday</dayofweek>
</day>
</days>
<opentwentyfourhours>false</opentwentyfourhours>
</hoursofoperationmodel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment