This class represents an entry in the list of Daily Hours for the week containing the current day.
Type | Name | Description |
---|---|---|
String | NameOfDay | Name of the day for which the following data applies. |
Boolean | NoHoursAvailable | Indicates there was no data available for the day. |
Boolean | Closed | Indicates the location is closed on this day. |
Boolean | HolidayHours | Indicates the hours are for a Holiday. |
Boolean | SpecialHours | Indicates the hours are non-standard for the day. |
Nullable DateTime | OpeningTime | Time of the day at which the location opens. |
Nullable DateTime | ClosingTime | Time of the day at which the location closes. |
String | HolidayName | Name given to the current day, whether a Holiday or a Special Day such as Black Friday. |
Int | DayOrder | Used internally to order all 7 days. |
String | HoursDisplayText | The Opening and Closing times, or the word "Closed" formatted to display on a page. Format for times is HH:MM AM/PM. |